Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,7 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 9 |
+
transformers
|
| 10 |
+
sentence-transformers
|
| 11 |
+
nltk
|