Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
setuptools>=65.5.0
|
| 3 |
wheel>=0.41.0
|
| 4 |
numpy==1.22.0;python_version<="3.10"
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
setuptools>=65.5.0
|
| 3 |
wheel>=0.41.0
|
| 4 |
numpy==1.22.0;python_version<="3.10"
|