Spaces:
Sleeping
Sleeping
ghbGC
commited on
Commit
·
cbe463c
1
Parent(s):
74ac2c8
Add application file
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
einops==0.7.0
|
2 |
+
protobuf==5.26.1
|
3 |
+
llama-index==0.11.20
|
4 |
+
llama-index-llms-replicate==0.3.0
|
5 |
+
llama-index-llms-openai-like==0.2.0
|
6 |
+
llama-index-embeddings-huggingface==0.3.1
|
7 |
+
llama-index-embeddings-instructor==0.2.1
|
8 |
+
torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu121
|