sent file
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ipywidgets==8.1.2
|
2 |
+
matplotlib==3.8.4
|
3 |
+
pandas==2.2.2
|
4 |
+
tqdm==4.66.4
|
5 |
+
einops==0.7.0
|
6 |
+
protobuf==5.26.1
|
7 |
+
llama-index==0.11.20
|
8 |
+
llama-index-llms-replicate==0.3.0
|
9 |
+
llama-index-llms-openai-like==0.2.0
|
10 |
+
llama-index-embeddings-huggingface==0.3.1
|
11 |
+
llama-index-embeddings-instructor==0.2.1
|
12 |
+
torch==2.5.0
|
13 |
+
torchvision==0.20.0
|
14 |
+
torchaudio==2.5.0
|
15 |
+
streamlit==1.39.0
|