Spaces:
Sleeping
Sleeping
used claude to verify package cersion compatibility
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torch==2.5.1+cpu
|
| 3 |
torchvision==0.21.0+cpu
|
| 4 |
-
torchaudio==2.
|
|
|
|
|
|
|
| 5 |
|
| 6 |
sentence-transformers==2.7.0
|
| 7 |
faiss-cpu
|
|
@@ -19,5 +21,6 @@ gradio
|
|
| 19 |
python-dotenv
|
| 20 |
azure-storage-blob
|
| 21 |
|
| 22 |
-
ragatouille==0.0.
|
| 23 |
-
colbert-ai==0.2.19
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torch==2.5.1+cpu
|
| 3 |
torchvision==0.21.0+cpu
|
| 4 |
+
torchaudio==2.6.0+cpu
|
| 5 |
+
|
| 6 |
+
sentence-transformers==2.7.0
|
| 7 |
|
| 8 |
sentence-transformers==2.7.0
|
| 9 |
faiss-cpu
|
|
|
|
| 21 |
python-dotenv
|
| 22 |
azure-storage-blob
|
| 23 |
|
| 24 |
+
ragatouille==0.0.9.post2
|
| 25 |
+
#colbert-ai==0.2.19
|
| 26 |
+
|