Skip to content

Commit 3ff1faf

Browse files
authored
Release 2.24.0 (#784)
1 parent 695c72d commit 3ff1faf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.24.0
2+
3+
* Fix missing space in error message
4+
* use model flag for normalizing embeddings
5+
* init logit_bias for non siglip pretrained models
6+
* Fix logit_bias load_checkpoint addition
7+
* Make CoCa model match CLIP models for logit scale/bias init
8+
* Fix missing return of "logit_bias" in CoCa.forward
9+
* Add NLLB-CLIP with SigLIP models
10+
* Add get_logits method and NLLB tokenizer
11+
* Remove the empty file src/open_clip/generation_utils.py
12+
* Update params.py: "BatchNorm" -> "LayerNorm" in the description string for "--lock-text-freeze-layer-norm"
13+
114
## 2.23.0
215

316
* Add CLIPA-v2 models

src/open_clip/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.23.0'
1+
__version__ = '2.24.0'

0 commit comments

Comments
 (0)