Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,10 @@ gradio
|
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
huggingface_hub
|
| 5 |
-
accelerate>=0.26.0'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
huggingface_hub
|
| 5 |
+
accelerate>=0.26.0'
|
| 6 |
+
llama-index
|
| 7 |
+
llama-index-embeddings-huggingface
|
| 8 |
+
peft
|
| 9 |
+
auto-gptq
|
| 10 |
+
optimum
|
| 11 |
+
bitsandbytes
|