Skip to content

Commit

Permalink
Release 2.23.0 (#109)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Update setup.py
rom1504 authored Feb 18, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3082878 commit 8784f56
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.23.0

* Refactor clip inference, make it support distributed inference

## 2.22.0

* add use_jit option to back and inference, now True by default, add clip_model option to back
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ def package_files(directory):
packages=find_packages(),
package_data={"": extra_files},
include_package_data=True,
version="2.22.0",
version="2.23.0",
license="MIT",
description="Easily computing clip embeddings and building a clip retrieval system with them",
long_description=long_description,

0 comments on commit 8784f56

Please sign in to comment.