We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a4060 commit e4f4f4dCopy full SHA for e4f4f4d
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 2.39.0
2
+
3
+* Add DeepSparse backend for CLIP inference (thanks @mgoin)
4
+* fix parquet to arrow script failed when number of samples is small (thanks @luke-han)
5
+* Integration with hugging face ClipModel (thanks @Sofianel5)
6
7
## 2.38.0
8
9
* Add webp to list of supported files in reader.
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.38.0",
+ version="2.39.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