Spaces:
Runtime error
Runtime error
fix bug
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -8,5 +8,5 @@ setuptools
|
|
| 8 |
timm
|
| 9 |
transformers
|
| 10 |
wheel
|
| 11 |
-
torch --
|
| 12 |
-
torchvision --
|
|
|
|
| 8 |
timm
|
| 9 |
transformers
|
| 10 |
wheel
|
| 11 |
+
torch --index-url https://download.pytorch.org/whl/cu118
|
| 12 |
+
torchvision --index-url https://download.pytorch.org/whl/cu118
|