Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -5,4 +5,9 @@ transformers
|
|
5 |
torch
|
6 |
huggingface_hub
|
7 |
accelerate
|
8 |
-
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
5 |
torch
|
6 |
huggingface_hub
|
7 |
accelerate
|
8 |
+
sentencepiece
|
9 |
+
numpy
|
10 |
+
pandas
|
11 |
+
llama-cpp-python==0.2.36
|
12 |
+
llama-index-llms-llama-cpp
|
13 |
+
llama-index-embeddings-huggingface
|