File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ = '2.23 .0'
1+ __version__ = '2.24 .0'
You can’t perform that action at this time.
0 commit comments