Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
torch==2.3.0+cu121 -
|
|
|
|
| 3 |
|
| 4 |
-
# tiny helpers your app imports
|
| 5 |
-
spaces
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch==2.3.0+cu121 # CUDA-12 build of PyTorch 2.3
|
| 3 |
+
spaces # tiny utility lib used by Hugging Face Spaces
|
| 4 |
|
|
|
|
|
|