Spaces:
Runtime error
Runtime error
send
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
einops==0.7.0
|
| 2 |
-
protobuf==
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
torch==2.5.0
|
| 9 |
-
torchvision==0.20.0
|
| 10 |
-
torchaudio==2.5.0
|
|
|
|
|
|
| 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
|
| 9 |
+
torchvision==0.20.0
|
| 10 |
+
torchaudio==2.5.0
|
| 11 |
+
streamlit==1.39.0
|