Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -13
requirements.txt
CHANGED
@@ -1,13 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
faiss-cpu==1.7.4
|
6 |
-
altair==4
|
7 |
-
tiktoken==0.4.0
|
8 |
-
# uncomment to use huggingface llms
|
9 |
-
huggingface-hub==0.14.1
|
10 |
-
|
11 |
-
# uncomment to use instructor embeddings
|
12 |
-
InstructorEmbedding==1.0.1
|
13 |
-
sentence-transformers==2.2.2
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
streamlit
|
4 |
+
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|