Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
|
|
|
3 |
numpy>=1.26.4,<2.0
|
4 |
numba>=0.60.0
|
5 |
transformers>=4.44.2
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
3 |
+
torch==2.5.1+cu124
|
4 |
numpy>=1.26.4,<2.0
|
5 |
numba>=0.60.0
|
6 |
transformers>=4.44.2
|