Skip to content

Commit 52595a9

Browse files
authored
Update README.md
1 parent 1245b83 commit 52595a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

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

1313
## What's New
1414

15+
## Dec 31, 2024
16+
* Add AIM-v2 encoders from https://github.com/apple/ml-aim, see on Hub: https://huggingface.co/models?search=timm%20aimv2
17+
* Add PaliGemma2 encoders from https://github.com/google-research/big_vision to existing PaliGemma, see on Hub: https://huggingface.co/models?search=timm%20pali2
18+
* Add missing L/14 DFN2B 39B CLIP ViT, `vit_large_patch14_clip_224.dfn2b_s39b`
19+
* Fix existing RmsProp layer to match standard formulation, use PT 2.5 impl when possible. Move old impl to `SimpleNorm` layer, it's LN w/o centering or bias. There were only two `timm` models using it, and they have been updated.
20+
* Allow overidde of `cache_dir` arg for model creation
21+
* Pass through `trust_remote_code` for HF datasets wrapper
22+
* `inception_next_atto` model added by creator
23+
* Adan optimizer caution, and Lamb decoupled weighgt decay options
24+
* Some feature_info metadata fixed by https://github.com/brianhou0208
25+
* All OpenCLIP and JAX (CLIP, SigLIP, Pali, etc) model weights that used load time remapping were given their own HF Hub instances so that they work with `hf-hub:` based loading, and thus will work with new Transformers `TimmWrapperModel`
26+
1527
## Nov 28, 2024
1628
* More optimizers
1729
* Add MARS optimizer (https://arxiv.org/abs/2411.10438, https://github.com/AGI-Arena/MARS)

0 commit comments

Comments
 (0)