Skip to content

Commit

Permalink
Release 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielilharco committed Oct 17, 2023
1 parent e7b39e4 commit 04dba9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.23.0

* Add MetaCLIP models
* Add NLLB-CLIP models
* CLIPA train code
* Minor changes/fixes
* Remove protobuf version limit
* Stop checking model name when loading CoCa models
* Log native wandb step
* Use bool instead of long masks

## 2.21.0

* Add SigLIP loss + training support
Expand Down
2 changes: 1 addition & 1 deletion src/open_clip/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.22.0'
__version__ = '2.23.0'

0 comments on commit 04dba9f

Please sign in to comment.