Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
# CPU build (
|
| 2 |
numpy==1.24.4
|
| 3 |
torch==2.1.0+cpu
|
| 4 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
| 5 |
transformers==4.37.2
|
| 6 |
-
accelerate==0.
|
| 7 |
safetensors
|
| 8 |
sentencepiece
|
| 9 |
gradio>=4.0
|
| 10 |
-
huggingface-hub
|
|
|
|
|
|
| 1 |
+
# CPU build (Python 3.10)
|
| 2 |
numpy==1.24.4
|
| 3 |
torch==2.1.0+cpu
|
| 4 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
| 5 |
transformers==4.37.2
|
| 6 |
+
accelerate==0.24.0
|
| 7 |
safetensors
|
| 8 |
sentencepiece
|
| 9 |
gradio>=4.0
|
| 10 |
+
huggingface-hub>=0.13.4
|
| 11 |
+
|