Spaces:
Runtime error
Runtime error
Jiawei Zhao commited on
Commit ·
a689689
1
Parent(s): 86936cf
send
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
einops==0.7.0
|
| 2 |
+
protobuf==3.20.3
|
| 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
|
| 9 |
+
torchvision==0.20.0
|
| 10 |
+
torchaudio==2.5.0
|