Skip to content

Commit 8cb2548

Browse files
committed
Version 1.0.11
1 parent 65e8e9c commit 8cb2548

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
## What's New
1414

15+
## Oct 16, 2024
16+
* Fix error on importing from deprecated path `timm.models.registry`, increased priority of existing deprecation warnings to be visible
17+
* Port weights of InternViT-300M (https://huggingface.co/OpenGVLab/InternViT-300M-448px) to `timm` as `vit_intern300m_patch14_448`
1518

1619
### Oct 14, 2024
1720
* Pre-activation (ResNetV2) version of 18/18d/34/34d ResNet model defs added by request (weights pending)

Diff for: timm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.10'
1+
__version__ = '1.0.11'

0 commit comments

Comments
 (0)