Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,7 +1,4 @@
|
|
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 |
-
|
5 |
-
accelerate==0.29.0
|
6 |
-
huggingface_hub==0.22.0
|
7 |
-
sentencepiece==0.2.0 # For tokenization
|
|
|
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 |
+
accelerate==0.29.0
|
|
|
|
|
|