Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
fvcore
|
| 5 |
iopath
|
| 6 |
ninja
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch==1.10+cu113
|
| 3 |
+
torchvision==0.10.0
|
| 4 |
fvcore
|
| 5 |
iopath
|
| 6 |
ninja
|