Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +15 -8
requirements.txt
CHANGED
|
@@ -1,10 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# UI
|
| 10 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
|
| 3 |
+
# Core inference
|
| 4 |
+
torch
|
| 5 |
+
transformers
|
| 6 |
+
accelerate
|
| 7 |
+
safetensors
|
| 8 |
+
sentencepiece
|
| 9 |
+
huggingface_hub
|
| 10 |
|
| 11 |
# UI
|
| 12 |
+
gradio
|
| 13 |
+
|
| 14 |
+
# PEFT / quantization tooling (needed by your existing notebooks & code)
|
| 15 |
+
peft
|
| 16 |
+
bitsandbytes
|
| 17 |
+
gguf
|