Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ huggingface_hub
|
|
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
|
|
|
3 |
llama-cpp-python==0.2.36
|
4 |
llama-index-llms-llama-cpp
|
5 |
llama-index-embeddings-huggingface
|
6 |
+
--upgrade transformers huggingface_hub datasets
|
7 |
numpy
|
8 |
gspread
|
9 |
oauth2client
|