We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8763c commit 8f863aaCopy full SHA for 8f863aa
1 file changed
README.md
@@ -12,6 +12,11 @@
12
13
## What's New
14
15
+## April 23, 2026
16
+* Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks [Yonghye Kwon](https://github.com/developer0hye)
17
+* Support DINOv3 weights in NaFlexVit. Thanks [Yonghye Kwon](https://github.com/developer0hye)
18
+* Some improvements to Muon fallback (AdamW/NadamW) lr behavior
19
+
20
## March 23, 2026
21
* Improve pickle checkpoint handling security. Default all loading to `weights_only=True`, add safe_global for ArgParse.
22
* Improve attention mask handling for core ViT/EVA models & layers. Resolve bool masks, pass `is_causal` through for SSL tasks.
0 commit comments