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.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
NVIDIA Model Optimizer Changelog (Linux)
2
2
========================================
3
3
4
-
0.42 (TBD)
4
+
0.42 (2026-02-xx)
5
5
^^^^^^^^^^^^^^^^^
6
6
7
7
**Bug Fixes**
@@ -12,6 +12,7 @@ NVIDIA Model Optimizer Changelog (Linux)
12
12
13
13
- Add standalone type inference option (``--use_standalone_type_inference``) in ONNX AutoCast as an alternative to ONNX's ``infer_shapes``. This experimental feature performs type-only inference without shape inference, useful as a workaround when shape inference fails or to avoid unnecessary shape inference overhead.
14
14
- Add support for Kimi K2 Thinking model quantization from the original int4 checkpoint.
15
+
- Add support for ``params`` constraint based automatic neural architecture search in Minitron pruning (``mcore_minitron``) as an alternative to manual pruning (using ``export_config``). See `examples/pruning/README.md <https://github.com/NVIDIA/Model-Optimizer/tree/main/examples/pruning>`_ for more details on its usage.
15
16
16
17
0.41 (2026-01-19)
17
18
^^^^^^^^^^^^^^^^^
@@ -96,7 +97,7 @@ NVIDIA Model Optimizer Changelog (Linux)
96
97
97
98
**Documentation**
98
99
99
-
- Add general guidelines for Minitron pruning and distillation. See `examples/pruning/README.md<https://github.com/NVIDIA/Model-Optimizer/tree/main/examples/pruning#pruning-guidelines>`_ for more details.
100
+
- Add general guidelines for Minitron pruning and distillation. See `pruning guidelines<https://github.com/NVIDIA/Model-Optimizer/tree/main/examples/pruning#pruning-guidelines>`_ for more details.
100
101
- Added example for exporting QLoRA checkpoint for vLLM deployment. Refer to `examples/llm_qat/README.md <https://github.com/NVIDIA/Model-Optimizer/blob/79ef31bc7269ba4da0cfab446da5b64509cbfcef/examples/llm_qat/README.md#qlora-deployment>`_ for more details
0 commit comments