Skip to content

Commit 8ae9d43

Browse files
Release 2.17.2
1 parent 278a957 commit 8ae9d43

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

HISTORY.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 2.17.2
2+
3+
* Update push_to_hf_hub
4+
5+
## 2.17.0
6+
7+
* Add int8 support
8+
* Update notebook demo
9+
* Refactor zero-shot classification code
10+
11+
## 2.16.2
12+
13+
* Fixes for context_length and vocab_size attributes
14+
15+
## 2.16.1
16+
17+
* Fixes for context_length and vocab_size attributes
18+
* Fix --train-num-samples logic
19+
* Add HF BERT configs for PubMed CLIP model
20+
21+
## 2.16.0
22+
23+
* Add improved g-14 weights
24+
* Update protobuf version
25+
26+
## 2.15.0
27+
28+
* Add convnext_xxlarge weights
29+
* Fixed import in readme
30+
* Add samples per second per gpu logging
31+
* Fix slurm example
32+
133
## 2.14.0
234

335
* Move dataset mixtures logic to shard level

src/open_clip/version.py

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

0 commit comments

Comments
 (0)