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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Model Optimizer Changelog (Linux)
5
5
^^^^^^^^^^^^^^^^^
6
6
7
7
**Deprecations**
8
+
- Deprecated ``quantize_mode`` argument in ``examples/onnx_ptq/evaluate.py`` to support strongly typing. Use ``engine_precision`` instead.
8
9
9
10
- TRT-LLM's TRT backend in ``examples/llm_ptq`` and ``examples/vlm_ptq``. Tasks ``build`` and ``benchmark`` support are removed and replaced with ``quant``. For performance evaluation, please use ``trtllm-bench`` directly.
10
11
- ``--export_fmt`` flag in ``examples/llm_ptq`` is removed. By default we export to the unified Hugging Face checkpoint format.
@@ -13,6 +14,7 @@ Model Optimizer Changelog (Linux)
13
14
**Bug Fixes**
14
15
15
16
**New Features**
17
+
- ``high_precision_dtype`` default to fp16 in ONNX quantization, i.e. quantized output model weights are now FP16 by default.
16
18
17
19
0.35 (2025-09-04)
18
20
^^^^^^^^^^^^^^^^^
@@ -25,6 +27,7 @@ Model Optimizer Changelog (Linux)
25
27
**Bug Fixes**
26
28
27
29
- Fix attention head ranking logic for pruning Megatron Core GPT models.
0 commit comments