Spaces:
No application file
No application file
BinZhang
commited on
Commit
·
cbcef3f
1
Parent(s):
41a3fd5
dftmsg
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
llama-index
|
4 |
-
llama-index-
|
5 |
-
|
6 |
-
|
7 |
-
huggingface_hub
|
8 |
-
sentence-transformers
|
9 |
-
sentencepiece
|
|
|
|
|
|
1 |
+
einops==0.7.0
|
2 |
+
protobuf==5.26.1
|
3 |
+
llama-index==0.10.38
|
4 |
+
llama-index-llms-huggingface==0.2.0
|
5 |
+
transformers[torch]==4.41.1
|
6 |
+
huggingface_hub[inference]==0.23.1
|
7 |
+
huggingface_hub==0.23.1
|
8 |
+
sentence-transformers==2.7.0
|
9 |
+
sentencepiece==0.2.0
|
10 |
+
llama-index-embeddings-huggingface==0.2.0
|
11 |
+
llama-index-embeddings-instructor==0.1.3
|