We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60b143 commit d622697Copy full SHA for d622697
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 2.40.0
2
+
3
+* Add support for the full open clip model name format : ViT-B-32/laion2b_s34b_b79k (thanks @mehdidc @barinov274)
4
5
## 2.39.0
6
7
* Add DeepSparse backend for CLIP inference (thanks @mgoin)
setup.py
@@ -29,7 +29,7 @@ def _read_reqs(relpath):
29
packages=find_packages(),
30
package_data={"": extra_files},
31
include_package_data=True,
32
- version="2.39.0",
+ version="2.40.0",
33
license="MIT",
34
description="Easily computing clip embeddings and building a clip retrieval system with them",
35
long_description=long_description,
0 commit comments