Skip to content

Commit d2c05f2

Browse files
committed
update CHANGELOG
Signed-off-by: Kai Xu <[email protected]>
1 parent 1f77518 commit d2c05f2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Model Optimizer Changelog (Linux)
22
=================================
33

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+
412
0.39 (2025-11-xx)
513
^^^^^^^^^^^^^^^^^
614

modelopt/torch/quantization/plugins/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,3 @@
7171

7272
with import_plugin("trl"):
7373
from .trl import *
74-
75-
with import_plugin("mcore"):
76-
from .mcore import *

0 commit comments

Comments
 (0)