Spaces:
Runtime error
Runtime error
Jitesh Jain commited on
Commit ·
c2654f0
1
Parent(s): 838e081
Print nvidia-smi
Browse files
setup.sh
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
-
|
|
|
|
|
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
+
nvidia-smi
|
| 3 |
+
pip3 install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
|
| 4 |
+
python3 -c "import torch; print(torch.__version__)"
|