Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
torch==2.2.1+cu121 --extra-index-url https://download.pytorch.org/whl/cu121
|
3 |
transformers==4.40.0
|
4 |
datasets==2.18.0
|
5 |
autotrain-advanced==0.8.0
|
6 |
accelerate==0.29.0
|
7 |
-
huggingface_hub==0.22.0
|
|
|
|
1 |
+
torch==2.2.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
2 |
transformers==4.40.0
|
3 |
datasets==2.18.0
|
4 |
autotrain-advanced==0.8.0
|
5 |
accelerate==0.29.0
|
6 |
+
huggingface_hub==0.22.0
|
7 |
+
sentencepiece==0.2.0 # For tokenization
|