Skip to content

Commit e6ab6bc

Browse files
committed
Release 1.0.18
1 parent 280a90c commit e6ab6bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
## What's New
1414

15+
## July 23, 2025
16+
* Add `set_input_size()` method to EVA models, used by OpenCLIP 3.0.0 to allow resizing for timm based encoder models.
17+
* Release 1.0.18, needed for PE-Core S & T models in OpenCLIP 3.0.0
18+
1519
## July 21, 2025
1620
* 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
1721
* More Meta PE ViT encoders added, including small/tiny variants, lang variants w/ tiling, and more spatial variants.

timm/version.py

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

0 commit comments

Comments
 (0)