Skip to content

Commit

Permalink
Release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Jan 24, 2023
1 parent 2d5113b commit 16e229c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## 2.10.1

* `hf-hub:org/model_id` support for loading models w/ config and weights in Hugging Face Hub

## 2.10.0

* Added a ViT-bigG-14 model.
* Added an up-to-date example slurm script for large training jobs.
* Added a option to sync logs and checkpoints to S3 during training.
* New options for LR schedulers, constant and constant with cooldown
* Fix wandb autoresuming when resume is not set
* ConvNeXt `base` & `base_w` pretrained models added
* `timm-` model prefix removed from configs
* `timm` augmentation + regularization (dropout / drop-path) supported

## 2.9.3

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.10.0'
__version__ = '2.10.1'

0 comments on commit 16e229c

Please sign in to comment.