Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -8,7 +8,9 @@ altair==4
|
|
8 |
tiktoken==0.4.0
|
9 |
# uncomment to use huggingface llms
|
10 |
huggingface-hub==0.14.1
|
11 |
-
llama-cpp-python
|
|
|
|
|
12 |
|
13 |
# uncomment to use instructor embeddings
|
14 |
InstructorEmbedding==1.0.1
|
|
|
8 |
tiktoken==0.4.0
|
9 |
# uncomment to use huggingface llms
|
10 |
huggingface-hub==0.14.1
|
11 |
+
llama-cpp-python
|
12 |
+
#==0.1.83
|
13 |
+
fire
|
14 |
|
15 |
# uncomment to use instructor embeddings
|
16 |
InstructorEmbedding==1.0.1
|