Spaces:
Running
Running
flyfive0315
commited on
Commit
•
a5f81db
1
Parent(s):
33d37e3
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
llama-index==0.11.20
|
2 |
+
llama-index-llms-replicate==0.3.0
|
3 |
+
llama-index-llms-openai-like==0.2.0
|
4 |
+
llama-index-embeddings-huggingface==0.3.1
|
5 |
+
llama-index-embeddings-instructor==0.2.1
|
6 |
+
torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu121
|