Spaces:
Running
Running
flyfive0315
commited on
Commit
•
4781241
1
Parent(s):
a5f81db
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ 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
|
|
|
|
|
|
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 --index-url https://download.pytorch.org/whl/cu121
|
7 |
+
torchvision==0.20.0 --index-url https://download.pytorch.org/whl/cu121
|
8 |
+
torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu121
|