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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
NVIDIA Model Optimizer Changelog (Linux)
2
2
========================================
3
3
4
-
0.40 (2025-12-15)
4
+
0.41 (2026-01-19)
5
+
^^^^^^^^^^^^^^^^^
6
+
7
+
**New Features**
8
+
9
+
- Add support for Transformer Engine quantization for Megatron Core models.
10
+
11
+
0.40 (2025-12-12)
5
12
^^^^^^^^^^^^^^^^^
6
13
7
14
**Bug Fixes**
@@ -20,7 +27,6 @@ NVIDIA Model Optimizer Changelog (Linux)
20
27
- Add support for PyTorch Geometric quantization.
21
28
- Add per tensor and per channel MSE calibrator support.
22
29
- Added support for PTQ/QAT checkpoint export and loading for running fakequant evaluation in vLLM. See `examples/vllm_serve/README.md <https://github.com/NVIDIA/Model-Optimizer/tree/main/examples/vllm_serve#load-qatptq-model-and-serve-in-vllm-wip>`_ for more details.
23
-
- Add support for Transformer Engine quantization for Megatron Core models.
0 commit comments