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