Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 3 |
# Core compute (CUDA 12.x -> cu121 wheels)
|
| 4 |
torch==2.3.1+cu121
|
| 5 |
|
| 6 |
-
#
|
| 7 |
-
transformers==4.44.2 #
|
| 8 |
-
tokenizers==0.
|
|
|
|
|
|
|
| 9 |
accelerate==0.33.0
|
| 10 |
safetensors==0.4.4
|
| 11 |
bitsandbytes==0.43.1
|
| 12 |
-
sentencepiece==0.1.99
|
| 13 |
-
huggingface_hub==0.24.6
|
| 14 |
regex==2024.7.24
|
| 15 |
|
| 16 |
# UI
|
|
@@ -21,4 +21,3 @@ websockets>=12.0
|
|
| 21 |
# Data helpers
|
| 22 |
pandas==2.2.2
|
| 23 |
numpy==1.26.4
|
| 24 |
-
|
|
|
|
| 3 |
# Core compute (CUDA 12.x -> cu121 wheels)
|
| 4 |
torch==2.3.1+cu121
|
| 5 |
|
| 6 |
+
# HF stack (PAIR THESE VERSIONS)
|
| 7 |
+
transformers==4.44.2 # requires tokenizers >=0.19,<0.20
|
| 8 |
+
tokenizers==0.19.1 # ✅ compatible with 4.44.2
|
| 9 |
+
sentencepiece==0.1.99
|
| 10 |
+
huggingface_hub==0.24.6
|
| 11 |
accelerate==0.33.0
|
| 12 |
safetensors==0.4.4
|
| 13 |
bitsandbytes==0.43.1
|
|
|
|
|
|
|
| 14 |
regex==2024.7.24
|
| 15 |
|
| 16 |
# UI
|
|
|
|
| 21 |
# Data helpers
|
| 22 |
pandas==2.2.2
|
| 23 |
numpy==1.26.4
|
|
|