Spaces:
Running
Running
update index and dependencies
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
|
| 3 |
-
|
| 4 |
-
numpy==1.26.
|
| 5 |
-
pillow==10.
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
|
| 3 |
+
faiss-cpu==1.8.0
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
pillow==10.3.0
|
| 6 |
+
torch==2.3.0+cpu
|
| 7 |
+
transformers==4.41.1
|