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 Oct 24, 2023
1 parent 253befc commit f08f25f
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 f08f25f

Please sign in to comment.