Skip to content

Commit 4b92935

Browse files
mitchellnwMitchell Wortsman
andauthored
Release 2.18.0 (#511)
* Release 2.17.3 * Release 2.18.0 --------- Co-authored-by: Mitchell Wortsman <mitchellw@ip-172-31-47-23.ec2.internal>
1 parent 83a6000 commit 4b92935

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.18.0
2+
3+
* Enable int8 inference without `.weight` attribute
4+
15
## 2.17.2
26

37
* Update push_to_hf_hub

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,8 @@ Please see the bitsandbytes library for definitions for these layers.
657657
For CLIP VIT-Huge this should currently correspond to a 10% training speedup with no accuracy loss.
658658
More speedups comin when the attention layer is refactored so that linear layers man be replaced there, too.
659659

660+
See the tutorial https://github.com/mlfoundations/open_clip/blob/main/tutorials/int8_tutorial.ipynb or [paper](https://arxiv.org/abs/2304.13013).
661+
660662
### Support for remote loading/training
661663

662664
It is always possible to resume directly from a remote file, e.g., a file in an s3 bucket. Just set `--resume s3://<path-to-checkpoint> `.

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.2'
1+
__version__ = '2.18.0'

0 commit comments

Comments
 (0)