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