Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,16 +1,20 @@
|
|
| 1 |
# Core web UI
|
| 2 |
streamlit>=1.34
|
| 3 |
|
|
|
|
| 4 |
# HF ecosystem
|
| 5 |
huggingface_hub>=0.23.0
|
| 6 |
accelerate>=0.29.0
|
| 7 |
sentencepiece>=0.1.99
|
| 8 |
|
| 9 |
-
|
|
|
|
| 10 |
torch>=2.2
|
| 11 |
|
|
|
|
| 12 |
# BitNet‑enabled Transformers (install from the Git repo)
|
| 13 |
transformers @ git+https://github.com/shumingma/transformers.git
|
| 14 |
|
| 15 |
-
|
|
|
|
| 16 |
python-dotenv>=1.0.1
|
|
|
|
| 1 |
# Core web UI
|
| 2 |
streamlit>=1.34
|
| 3 |
|
| 4 |
+
|
| 5 |
# HF ecosystem
|
| 6 |
huggingface_hub>=0.23.0
|
| 7 |
accelerate>=0.29.0
|
| 8 |
sentencepiece>=0.1.99
|
| 9 |
|
| 10 |
+
|
| 11 |
+
# PyTorch (CPU builds are fine; GPU works too)
|
| 12 |
torch>=2.2
|
| 13 |
|
| 14 |
+
|
| 15 |
# BitNet‑enabled Transformers (install from the Git repo)
|
| 16 |
transformers @ git+https://github.com/shumingma/transformers.git
|
| 17 |
|
| 18 |
+
|
| 19 |
+
# Optional: local env convenience
|
| 20 |
python-dotenv>=1.0.1
|