Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# A10G needs cuda 11.3
|
|
|
2 |
torch==1.12.0+cu113
|
3 |
torchvision==0.13.0+cu113
|
4 |
|
|
|
1 |
# A10G needs cuda 11.3
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
torch==1.12.0+cu113
|
4 |
torchvision==0.13.0+cu113
|
5 |
|