Skip to content

chore: Move FP8 MHA quantization entry from 0.45 to 0.44 in CHANGELOG#1351

Merged
kevalmorabia97 merged 1 commit intomainfrom
ajrasane/changelog
Apr 27, 2026
Merged

chore: Move FP8 MHA quantization entry from 0.45 to 0.44 in CHANGELOG#1351
kevalmorabia97 merged 1 commit intomainfrom
ajrasane/changelog

Conversation

@ajrasane
Copy link
Copy Markdown
Contributor

@ajrasane ajrasane commented Apr 27, 2026

Summary

PR #1289 (FP8 MHA quantization for ViT) was merged to main after 0.44.0rc1 was tagged, so the rc1 wheel ships without the nn.LayerNorm registration that the example's _FP8_MHA_OVERRIDE now references — surfaced as nvbug 6114983 (ValueError: parent_class 'nn.LayerNorm' not found in QuantModuleRegistry when running torch_quant_to_onnx.py --quantize_mode=fp8). PR #1289 is labeled cherry-pick-0.44.0 and will be cherry-picked to release/0.44.0 for the next rc, so the feature ships in 0.44 — this PR moves the corresponding release-notes bullet from the 0.45 (Future) section to 0.44 (2026-05-xx) to match.

PR #1289 (FP8 MHA quantization for ViT) is being cherry-picked to release/0.44.0
to fix nvbug 6114983 (rc1 wheel missing nn.LayerNorm registration that the
example references). Move the feature's release-notes entry accordingly.

Signed-off-by: ajrasane <131806219+ajrasane@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 27, 2026

📝 Walkthrough

Walkthrough

A changelog entry for FP8 MHA quantization support for vision transformers is moved from version 0.45 release notes to version 0.44 release notes, correcting the feature's version attribution without altering the feature description.

Changes

Cohort / File(s) Summary
Changelog Update
CHANGELOG.rst
Moved FP8 MHA quantization feature bullet from v0.45 to v0.44 release section, updating release version attribution.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and accurately describes the main change: moving a CHANGELOG entry for FP8 MHA quantization from version 0.45 to 0.44.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Security Anti-Patterns ✅ Passed PR contains only documentation updates to CHANGELOG.rst with no Python code changes to modelopt package or examples.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ajrasane/changelog

Comment @coderabbitai help to get the list of available commands and usage tips.

@ajrasane ajrasane self-assigned this Apr 27, 2026
@ajrasane ajrasane requested a review from kevalmorabia97 April 27, 2026 14:36
@kevalmorabia97 kevalmorabia97 added the cherry-pick-0.44.0 After code freeze, cherry-pick to release branch for next rc (bulk update). Only for bug fixes / doc label Apr 27, 2026
@kevalmorabia97 kevalmorabia97 enabled auto-merge (squash) April 27, 2026 14:38
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.72%. Comparing base (1ec931c) to head (84c6e96).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1351   +/-   ##
=======================================
  Coverage   75.72%   75.72%           
=======================================
  Files         471      471           
  Lines       50375    50375           
=======================================
  Hits        38146    38146           
  Misses      12229    12229           
Flag Coverage Δ
unit 52.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kevalmorabia97 kevalmorabia97 merged commit 5b41ba4 into main Apr 27, 2026
32 checks passed
@kevalmorabia97 kevalmorabia97 deleted the ajrasane/changelog branch April 27, 2026 14:39
@github-actions
Copy link
Copy Markdown
Contributor

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-04-27 14:40 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-pick-0.44.0 After code freeze, cherry-pick to release branch for next rc (bulk update). Only for bug fixes / doc cherry-pick-done Added by bot once PR is cherry-picked to the release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants