Skip to content

Commit d08d5a0

Browse files
committed
Fix #2555 for Python 3.9 compat. Release 1.0.19
1 parent 0e79579 commit d08d5a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
## July 23, 2025
1616
* Add `set_input_size()` method to EVA models, used by OpenCLIP 3.0.0 to allow resizing for timm based encoder models.
1717
* Release 1.0.18, needed for PE-Core S & T models in OpenCLIP 3.0.0
18+
* Fix small typing issue that broke Python 3.9 compat. 1.0.19 patch release.
1819

1920
## July 21, 2025
2021
* ROPE support added to NaFlexViT. All models covered by the EVA base (`eva.py`) including EVA, EVA02, Meta PE ViT, `timm` SBB ViT w/ ROPE, and Naver ROPE-ViT can be now loaded in NaFlexViT when `use_naflex=True` passed at model creation time

timm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.18'
1+
__version__ = '1.0.19'

0 commit comments

Comments
 (0)