docs: update changelog to v1.4.3

This commit is contained in:
leafspark 2024-08-05 12:24:33 -07:00 committed by GitHub
parent 51c3de4995
commit d25989dc0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -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