Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
gradio
|
3 |
+
llama-cpp-python
|
4 |
+
llama-index
|
5 |
+
llama-index-llms-llama-cpp
|
6 |
+
llama-index-embeddings-huggingface
|
7 |
+
transformers
|
8 |
+
numpy
|