From f9c9f6b7d80f19e4edefb69655a0ae8c50d0254b Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Thu, 23 Nov 2023 17:10:27 -0800 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b8365693..09b42ce9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ * The Hugging Face Hub (https://huggingface.co/timm) is now the primary source for `timm` weights. Model cards include link to papers, original source, license. * Previous 0.6.x can be cloned from [0.6.x](https://github.com/rwightman/pytorch-image-models/tree/0.6.x) branch or installed via pip with version. +### Nov 23, 2023 +* Added EfficientViT-Large models, thanks [SeeFun](https://github.com/seefun) +* Fix Python 3.7 compat, will be dropping support for it soon +* Other misc fixes +* Release 0.9.12 + ### Nov 20, 2023 * Added significant flexibility for Hugging Face Hub based timm models via `model_args` config entry. `model_args` will be passed as kwargs through to models on creation. * See example at https://huggingface.co/gaunernst/vit_base_patch16_1024_128.audiomae_as2m_ft_as20k/blob/main/config.json