diff --git a/README.md b/README.md index 97c1642391..3c0b7bbec6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ * Support loading PaliGemma jax weights into SigLIP ViT models with average pooling. * Add Hiera models from Meta (https://github.com/facebookresearch/hiera). * Add `normalize=` flag for transorms, return non-normalized torch.Tensor with original dytpe (for `chug`) +* Version 1.0.3 release ### May 11, 2024 * `Searching for Better ViT Baselines (For the GPU Poor)` weights and vit variants released. Exploring model shapes between Tiny and Base. diff --git a/timm/version.py b/timm/version.py index 90c32f787a..3f6fab60ff 100644 --- a/timm/version.py +++ b/timm/version.py @@ -1 +1 @@ -__version__ = '1.0.2.dev0' +__version__ = '1.0.3'