Commit ·
4cbee96
1
Parent(s): dfb4396
Fix requirements: opencv-headless (no libGL needed), remove unused gradio, add faiss-cpu and huggingface_hub
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -1,15 +1,13 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 3 |
torch>=2.0.0
|
| 4 |
torchvision>=0.15.0
|
| 5 |
transformers>=4.40.0
|
| 6 |
timm>=0.9.0
|
| 7 |
-
|
| 8 |
-
gradio-client==1.3.0
|
| 9 |
-
opencv-python>=4.8.0
|
| 10 |
numpy>=1.24.0
|
| 11 |
Pillow>=10.0.0
|
| 12 |
sentencepiece>=0.1.99
|
| 13 |
accelerate>=0.25.0
|
| 14 |
protobuf>=4.0.0
|
| 15 |
-
|
|
|
|
|
|
| 1 |
+
# ML / model dependencies
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
torchvision>=0.15.0
|
| 4 |
transformers>=4.40.0
|
| 5 |
timm>=0.9.0
|
| 6 |
+
opencv-python-headless>=4.8.0
|
|
|
|
|
|
|
| 7 |
numpy>=1.24.0
|
| 8 |
Pillow>=10.0.0
|
| 9 |
sentencepiece>=0.1.99
|
| 10 |
accelerate>=0.25.0
|
| 11 |
protobuf>=4.0.0
|
| 12 |
+
faiss-cpu>=1.7.0
|
| 13 |
+
huggingface_hub>=0.20.0
|