Skip to content

docs: Add news items for FP8 Quantization, MoE optimization, and NeMo-RL V0.3#1301

Merged
terrykong merged 4 commits intomainfrom
snowmanwwg-patch-2
Oct 10, 2025
Merged

docs: Add news items for FP8 Quantization, MoE optimization, and NeMo-RL V0.3#1301
terrykong merged 4 commits intomainfrom
snowmanwwg-patch-2

Conversation

@snowmanwwg
Copy link
Copy Markdown
Contributor

@snowmanwwg snowmanwwg commented Oct 7, 2025

What does this PR do ?

Add a one line overview of what this PR aims to accomplish.

Issues

List issues that this PR closes (syntax):

Usage

  • You can potentially add a usage example below
# Add a code snippet demonstrating how to use this

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you run the unit tests and functional tests locally? Visit our Testing Guide for how to run tests
  • Did you add or update any necessary documentation? Visit our Document Development Guide for how to write, build and test the docs.

Additional Information

  • ...

Summary by CodeRabbit

  • Documentation
    • Updated the News section with new entries dated 9/27/2025 (FP8 Quantization in NeMo RL), 8/15/2025 (optimizing weight transfer in large MoE models), and 7/31/2025 (NeMo-RL V0.3: scalable, performant post-training).
    • Retained existing 9/25/2025 and 7/25/2025 items, keeping the 7/25/2025 entry as a parent with nested announcements.
    • No functional changes; informational updates only.

Signed-off-by: Wenwen Gao <94138584+snowmanwwg@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Oct 7, 2025

📝 Walkthrough

Walkthrough

Adds three new News bullet items dated 9/27/2025, 8/15/2025, and 7/31/2025 to README.md, keeping existing 9/25/2025 and 7/25/2025 entries. No code or control flow changes.

Changes

Cohort / File(s) Summary
Docs: README News updates
README.md
Inserted three informational News entries (9/27/2025 FP8 Quantization in NeMo RL; 8/15/2025 NeMo-RL weight transfer in MoE; 7/31/2025 NeMo-RL V0.3), retained existing 9/25/2025 and 7/25/2025 items. No functional code changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

CI:docs

Suggested reviewers

  • terrykong

Pre-merge checks and finishing touches

✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Test Results For Major Changes ✅ Passed This PR only updates the README with additional news entries, which is a documentation-only change and does not introduce new functionality, refactors, or any behavior-affecting modifications. Because the change is minor, the absence of explicit test results in the PR description is acceptable under the custom check criteria. Therefore the requirement concerning test documentation is satisfied by default.
Title Check ✅ Passed The title accurately describes the primary change, namely adding news entries for FP8 Quantization, MoE optimization, and NeMo-RL V0.3 to the README documentation, and it follows a concise “docs:” prefix convention.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch snowmanwwg-patch-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1f979e0 and f881c3f.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md

8-8: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: Docs_Tests
  • GitHub Check: Lint check
  • GitHub Check: Post submodule check comment / Comment on PR
  • GitHub Check: Post automodel integration comment / Comment on PR

Comment thread README.md Outdated
Signed-off-by: Wenwen Gao <94138584+snowmanwwg@users.noreply.github.com>
yaoyu-33
yaoyu-33 previously approved these changes Oct 10, 2025
@terrykong
Copy link
Copy Markdown
Collaborator

@CodeRabbit title

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Oct 10, 2025

Tip

For best results, initiate chat on the files or code changes.

@terrykong, the current PR title "Update README.md" is quite generic. Based on the changes that add several news items to the README, here are some more descriptive title suggestions:

Recommended:

  • docs: Add news items for FP8 Quantization, MoE optimization, and NeMo-RL V0.3
  • docs: Update README with latest NeMo-RL announcements

Alternative options:

  • Add September and August 2025 news updates to README
  • Update README news section with recent NeMo-RL developments

The first suggestion follows conventional commit format and clearly describes what's being added to the documentation.

Would you like me to update the PR title for you?

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Terry Kong <terrycurtiskong@gmail.com>
@terrykong terrykong changed the title Update README.md docs: Add news items for FP8 Quantization, MoE optimization, and NeMo-RL V0.3 Oct 10, 2025
@terrykong terrykong added the CI:docs Run doctest label Oct 10, 2025
@terrykong terrykong enabled auto-merge (squash) October 10, 2025 21:45
@terrykong terrykong merged commit b19d669 into main Oct 10, 2025
47 of 49 checks passed
@terrykong terrykong deleted the snowmanwwg-patch-2 branch October 10, 2025 22:01
chtruong814 pushed a commit that referenced this pull request Oct 10, 2025
…-RL V0.3 (#1301)

Signed-off-by: Wenwen Gao <94138584+snowmanwwg@users.noreply.github.com>
Signed-off-by: Terry Kong <terrycurtiskong@gmail.com>
Co-authored-by: Terry Kong <terrycurtiskong@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: NeMo Bot <nemo-bot@nvidia.com>
@coderabbitai coderabbitai Bot mentioned this pull request Oct 18, 2025
4 tasks
lbliii pushed a commit that referenced this pull request Nov 3, 2025
…-RL V0.3 (#1301)

Signed-off-by: Wenwen Gao <94138584+snowmanwwg@users.noreply.github.com>
Signed-off-by: Terry Kong <terrycurtiskong@gmail.com>
Co-authored-by: Terry Kong <terrycurtiskong@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Lawrence Lane <llane@nvidia.com>
PrinsYin pushed a commit to PrinsYin/RL that referenced this pull request Nov 30, 2025
…-RL V0.3 (NVIDIA-NeMo#1301)

Signed-off-by: Wenwen Gao <94138584+snowmanwwg@users.noreply.github.com>
Signed-off-by: Terry Kong <terrycurtiskong@gmail.com>
Co-authored-by: Terry Kong <terrycurtiskong@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
yuanhangsu1986 pushed a commit to yuanhangsu1986/RL-Nemontron-Edge-Omni that referenced this pull request Feb 21, 2026
…-RL V0.3 (NVIDIA-NeMo#1301)

Signed-off-by: Wenwen Gao <94138584+snowmanwwg@users.noreply.github.com>
Signed-off-by: Terry Kong <terrycurtiskong@gmail.com>
Co-authored-by: Terry Kong <terrycurtiskong@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: yuanhangs <yuanhangs@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants