Spaces:
Runtime error
Runtime error
Update adapter/requirements.txt
Browse files- adapter/requirements.txt +10 -6
adapter/requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Required for model + quantization + UI
|
| 2 |
+
torch==2.1.0 # or latest supported version on Spaces
|
| 3 |
+
transformers==4.39.3
|
| 4 |
+
peft==0.9.0
|
| 5 |
+
accelerate==0.27.2
|
| 6 |
+
bitsandbytes==0.42.0
|
| 7 |
+
gradio==4.27.0
|
| 8 |
+
|
| 9 |
+
# Optional: LoRA adapter support if hosted locally
|
| 10 |
+
# git+https://github.com/huggingface/peft.git
|