Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|