Skip to content

Commit cb0e439

Browse files
committed
Release 1.0.3
1 parent 27fd2f3 commit cb0e439

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* Support loading PaliGemma jax weights into SigLIP ViT models with average pooling.
3131
* Add Hiera models from Meta (https://github.com/facebookresearch/hiera).
3232
* Add `normalize=` flag for transorms, return non-normalized torch.Tensor with original dytpe (for `chug`)
33+
* Version 1.0.3 release
3334

3435
### May 11, 2024
3536
* `Searching for Better ViT Baselines (For the GPU Poor)` weights and vit variants released. Exploring model shapes between Tiny and Base.

Diff for: timm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.2.dev0'
1+
__version__ = '1.0.3'

0 commit comments

Comments
 (0)