Skip to content

Commit

Permalink
Release 2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Jan 6, 2024
1 parent 36a4060 commit e4f4f4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.39.0

* Add DeepSparse backend for CLIP inference (thanks @mgoin)
* fix parquet to arrow script failed when number of samples is small (thanks @luke-han)
* Integration with hugging face ClipModel (thanks @Sofianel5)

## 2.38.0

* Add webp to list of supported files in reader.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _read_reqs(relpath):
packages=find_packages(),
package_data={"": extra_files},
include_package_data=True,
version="2.38.0",
version="2.39.0",
license="MIT",
description="Easily computing clip embeddings and building a clip retrieval system with them",
long_description=long_description,
Expand Down

0 comments on commit e4f4f4d

Please sign in to comment.