We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1309dfd commit b5739a5Copy full SHA for b5739a5
requirements/multimodal.txt
@@ -2,5 +2,6 @@
2
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3
4
transformers >=4.42.3, <4.50.0
5
-timm >=0.9.0, <1.1.0 # needed for transformers/models--jinaai--jina-clip-implementation
6
piq <=0.8.0
+einops >=0.7.0, <=0.8.1 # CLIP dependency
7
+timm >=0.9.0, <1.1.0 # CLIP: needed for transformers/models--jinaai--jina-clip-implementation
requirements/multimodal_test.txt
0 commit comments