Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
huggingface_hub>=0.24.0
|
| 8 |
-
torch
|
|
|
|
| 1 |
+
gradio==5.7.0
|
| 2 |
+
transformers>=4.41.2,<5
|
| 3 |
+
accelerate>=0.30
|
| 4 |
+
peft>=0.11.1
|
| 5 |
+
bitsandbytes>=0.43.1 # GPU image only
|
| 6 |
+
sentencepiece # often required by Phi tokenizer
|
|
|
|
|
|