Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -7,5 +7,5 @@ pillow
|
|
7 |
transformers
|
8 |
torch
|
9 |
sentence-transformers==2.2.2
|
10 |
-
huggingface-hub
|
11 |
-
InstructorEmbedding
|
|
|
7 |
transformers
|
8 |
torch
|
9 |
sentence-transformers==2.2.2
|
10 |
+
huggingface-hub==0.24.0
|
11 |
+
InstructorEmbedding==1.0.1
|