We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f77518 commit d2c05f2Copy full SHA for d2c05f2
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Model Optimizer Changelog (Linux)
2
=================================
3
4
+0.41 (2025-12-xx)
5
+^^^^^^^^^^^^^^^^^
6
+
7
+**Deprecations**
8
9
+**New Features**
10
+- Add FP8/NVFP4 KV cache quantization support for Megatron Core models.
11
12
0.39 (2025-11-xx)
13
^^^^^^^^^^^^^^^^^
14
modelopt/torch/quantization/plugins/__init__.py
@@ -71,6 +71,3 @@
71
72
with import_plugin("trl"):
73
from .trl import *
74
-
75
-with import_plugin("mcore"):
76
- from .mcore import *
0 commit comments