From d25989dc0c2687200ab94241c0b2e92b2456b95e Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:24:33 -0700 Subject: [PATCH] docs: update changelog to v1.4.3 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b7bc5..09959d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.4.3] - 2024-08-05 + +### Changed +- Updated src file in release to be Black formatted +- Modifying the quantize_model function to process all selected types +- Updating preset saving and loading to handle multiple quantization types +- Use ERROR and IN_PROGRESS constants from localizations in QuantizationThread +- Minor repository changes + +### Added +- Added model sharding management support +- Allow multiple quantization types to be selected and started simultaneously + ## [1.4.2] - 2024-08-04 ### Fixed