Skip to content

Commit

Permalink
Release 2.18.0 (#511)
Browse files Browse the repository at this point in the history
* Release 2.17.3

* Release 2.18.0

---------

Co-authored-by: Mitchell Wortsman <[email protected]>
  • Loading branch information
mitchellnw and Mitchell Wortsman committed Apr 26, 2023
1 parent 83a6000 commit 4b92935
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.18.0

* Enable int8 inference without `.weight` attribute

## 2.17.2

* Update push_to_hf_hub
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,8 @@ Please see the bitsandbytes library for definitions for these layers.
For CLIP VIT-Huge this should currently correspond to a 10% training speedup with no accuracy loss.
More speedups comin when the attention layer is refactored so that linear layers man be replaced there, too.

See the tutorial https://github.com/mlfoundations/open_clip/blob/main/tutorials/int8_tutorial.ipynb or [paper](https://arxiv.org/abs/2304.13013).

### Support for remote loading/training

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> `.
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.17.2'
__version__ = '2.18.0'

0 comments on commit 4b92935

Please sign in to comment.