Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
transformers==4.30.0
|
| 2 |
-
torch==
|
| 3 |
datasets
|
| 4 |
huggingface-hub>=0.19
|
| 5 |
hf-transfer>=0.1.4
|
|
|
|
| 1 |
transformers==4.30.0
|
| 2 |
+
torch==1.13.1 # or another compatible version
|
| 3 |
datasets
|
| 4 |
huggingface-hub>=0.19
|
| 5 |
hf-transfer>=0.1.4
|