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