You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [1.10.0] - 2026-05-26
8
8
9
9
### Added
10
-
- Add tools\list_missing_imatrix_tensors.py to generate per-model --tensor-type-file overrides for tensors not covered by the imatrix
10
+
- Add tools/list_missing_imatrix_tensors.py helper that detects model tensors not covered by the imatrix and emits per-tensor --tensor-type overrides
11
11
12
12
### Fixed
13
-
- Fix IQ3_XXS / IQ2_* / IQ1_* quantization abort on models with MTP / NextN layers by pinning every missing-imatrix tensor (not just blk.N.nextn.\*) to MTP_QUANTIZATION_TYPE
13
+
- Fix IQ3_XXS / IQ2_* / IQ1_* quantization abort on models with MTP / NextN layers by pinning every imatrix-uncovered tensor (not just blk.N.nextn.*) to MTP_QUANTIZATION_TYPE
0 commit comments