From c93567280f635c8bbc6e9d0db66100896dd9ab34 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Sat, 19 Oct 2024 08:23:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7dc1a110..e379e495 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ - [Citing](#citing) ## What's New +## Oct 19, 2024 +* Cleanup torch amp usage to avoid cuda specific calls, merge support for Ascend (NPU) devices from [MengqingCao](https://github.com/MengqingCao) that should work now in PyTorch 2.5 w/ new device extension autoloading feature. Tested Intel Arc (XPU) in Pytorch 2.5 too and it (mostly) worked. ## Oct 16, 2024 * Fix error on importing from deprecated path `timm.models.registry`, increased priority of existing deprecation warnings to be visible