Spaces:
Sleeping
Sleeping
Yebulabula
commited on
Commit
·
9057df9
1
Parent(s):
c7c8b35
complete_demo_app
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
# --- Core runtime ---
|
| 2 |
numpy>=1.26.0,<2.0
|
| 3 |
-
torch>=2.2.
|
| 4 |
safetensors>=0.4.2
|
| 5 |
|
| 6 |
# --- Hugging Face stack (compatible pins) ---
|
| 7 |
transformers==4.57.1 # requires huggingface_hub < 1.0
|
| 8 |
-
huggingface_hub==0.
|
| 9 |
-
accelerate
|
| 10 |
peft==0.11.1
|
| 11 |
sentencepiece>=0.1.99
|
| 12 |
protobuf<4.0.0
|
|
|
|
| 1 |
# --- Core runtime ---
|
| 2 |
numpy>=1.26.0,<2.0
|
| 3 |
+
torch>=2.2,<2.4
|
| 4 |
safetensors>=0.4.2
|
| 5 |
|
| 6 |
# --- Hugging Face stack (compatible pins) ---
|
| 7 |
transformers==4.57.1 # requires huggingface_hub < 1.0
|
| 8 |
+
huggingface_hub==0.36.0
|
| 9 |
+
accelerate==0.31.0
|
| 10 |
peft==0.11.1
|
| 11 |
sentencepiece>=0.1.99
|
| 12 |
protobuf<4.0.0
|