Skip to content

Commit

Permalink
Release 2.23.0 (mlfoundations#679)
Browse files Browse the repository at this point in the history
* Release 2.23.0

* Update HISTORY.md
  • Loading branch information
gabrielilharco authored and Interpause committed May 23, 2024
1 parent be80e5f commit f0b0876
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.23.0

* Add CLIPA-v2 models
* Add SigLIP models
* 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 f0b0876

Please sign in to comment.