Muhammad Qasim
commited on
Commit
•
78bda23
1
Parent(s):
d08c630
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -8,10 +8,10 @@ faiss-cpu
|
|
8 |
altair
|
9 |
tiktoken
|
10 |
matplotlib
|
11 |
-
pycryptodome
|
12 |
# uncomment to use huggingface llms
|
13 |
-
huggingface-hub
|
14 |
|
15 |
# uncomment to use instructor embeddings
|
16 |
-
InstructorEmbedding
|
17 |
sentence-transformers==2.2.2
|
|
|
8 |
altair
|
9 |
tiktoken
|
10 |
matplotlib
|
11 |
+
pycryptodome==3.15.0
|
12 |
# uncomment to use huggingface llms
|
13 |
+
huggingface-hub==0.14.1
|
14 |
|
15 |
# uncomment to use instructor embeddings
|
16 |
+
InstructorEmbedding==1.0.1
|
17 |
sentence-transformers==2.2.2
|