Spaces:
Paused
Paused
Commit ·
4dfbc48
1
Parent(s): fbf8187
Pin huggingface-hub to 0.24.7 to fix Unsloth _token import error
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,6 +10,7 @@ gradio>=4.0.0
|
|
| 10 |
# Pinned versions to avoid torch/transformers cache conflict
|
| 11 |
torch==2.4.1
|
| 12 |
transformers==4.44.2
|
|
|
|
| 13 |
peft==0.12.0
|
| 14 |
accelerate==0.33.0
|
| 15 |
bitsandbytes>=0.43.0
|
|
|
|
| 10 |
# Pinned versions to avoid torch/transformers cache conflict
|
| 11 |
torch==2.4.1
|
| 12 |
transformers==4.44.2
|
| 13 |
+
huggingface-hub==0.24.7
|
| 14 |
peft==0.12.0
|
| 15 |
accelerate==0.33.0
|
| 16 |
bitsandbytes>=0.43.0
|