Update changelog

This commit is contained in:
Disty0
2025-08-13 00:17:15 +03:00
parent 15cb8fe9f8
commit 7085db9add
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -98,6 +98,7 @@ And (*as always*) many bugfixes and improvements to existing features!
- **Nunchaku** support for *FLUX.1-Fill* and *FLUX.1-Depth* models
- update requirements/packages
- use model vae scale-factor for image width/heigt calculations
- **SDNQ** add modules_dtype_dict to quantize *Qwen Image* with mixed dtype
- **Other**
- **prompt enhance** add `allura-org/Gemma-3-Glitter-4B`, `Qwen/Qwen3-4B-Instruct-2507`, `Qwen/Qwen2.5-VL-3B-Instruct` model support
- **prompt enhance** improve system prompt
+1 -1
View File
@@ -454,7 +454,7 @@ class SDNQConfig(QuantizationConfigMixin):
modules_to_not_convert (`list`, *optional*, default to `None`):
The list of modules to not quantize, useful for quantizing models that explicitly require to have some
modules left in their original precision (e.g. Whisper encoder, Llava encoder, Mixtral gate layers).
modules_to_not_convert (`dict`, *optional*, default to `None`):
modules_dtype_dict (`dict`, *optional*, default to `None`):
The dict of dtypes and list of modules, useful for quantizing some modules with a different dtype.
"""