Skip to content

[https://nvbugs/6109719][doc] Remove outdated items in previous news sections.#13603

Merged
nv-guomingz merged 1 commit into
NVIDIA:mainfrom
nv-guomingz:user/guomingz/fix_nvbug_6109719
Apr 30, 2026
Merged

[https://nvbugs/6109719][doc] Remove outdated items in previous news sections.#13603
nv-guomingz merged 1 commit into
NVIDIA:mainfrom
nv-guomingz:user/guomingz/fix_nvbug_6109719

Conversation

@nv-guomingz
Copy link
Copy Markdown
Collaborator

@nv-guomingz nv-guomingz commented Apr 29, 2026

Summary by CodeRabbit

  • Documentation
    • Updated the README to remove outdated news items and improve formatting in the "Previous News" section.

Description

Test Coverage

PR Checklist

Please review the following before submitting your PR:

  • PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.

  • PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.

  • Test cases are provided for new code paths (see test instructions)

  • Any new dependencies have been scanned for license and vulnerabilities

  • CODEOWNERS updated if ownership changes

  • Documentation updated as needed

  • Update tava architecture diagram if there is a significant design change in PR.

  • The reviewers assigned automatically/manually are appropriate for the PR.

  • Please check this after reviewing the above items as appropriate for this PR.

GitHub Bot Help

To see a list of available CI bot commands, please comment /bot help.

@nv-guomingz nv-guomingz requested a review from a team as a code owner April 29, 2026 07:27
@nv-guomingz
Copy link
Copy Markdown
Collaborator Author

/bot run

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 29, 2026

📝 Walkthrough

Walkthrough

The README.md file was updated to remove a dated news item from June 17 about a NVIDIA and DeepInfra developer meetup. Markdown list formatting was adjusted by adding blank-line separators around remaining news entries.

Changes

Cohort / File(s) Summary
Documentation Updates
README.md
Removed outdated news entry (06/17 NVIDIA/DeepInfra meetup announcement) and adjusted Markdown spacing around news items (08/05, 07/15, 04/10) for improved readability.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description contains only the template with all sections left empty or incomplete. No actual description of changes, test coverage, or context is provided beyond the template placeholders. Fill in the Description section explaining why outdated news items were removed, and provide details about test coverage if applicable. Add context about the changes made to the README.
✅ Passed checks (4 passed)
Check name Status Explanation
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.
Title check ✅ Passed The title clearly describes the main change: removing outdated news items from documentation, which aligns with the actual changes in README.md.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Around line 88-96: Replace the generic "➡️ link" alt text with descriptive
link text for the news bullets so they meet MD059; update the three affected
list items referencing "GPT-OSS-120B / GPT-OSS-20B" (08/05), "EXAONE 4.0"
(07/15), and "Blackwell Breaks the 1,000 TPS/User Barrier With Meta’s Llama 4
Maverick" (05/22) to use meaningful anchor text (e.g., "GPT-OSS-120B on Hugging
Face", "EXAONE 4.0 on Hugging Face", "NVIDIA blog: Blackwell breaks 1,000
TPS/User barrier") while keeping the same URLs.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 0efe2fdb-0041-4fa9-9ac3-0845e1189819

📥 Commits

Reviewing files that changed from the base of the PR and between e903428 and 17f7eea.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
@nv-guomingz nv-guomingz changed the title [nvbug6109719][doc] Remove outdated items in previous news sections. [https://nvbugs/6109719][doc] Remove outdated items in previous news sections. Apr 29, 2026
@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46093 [ run ] triggered by Bot. Commit: 17f7eea Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46093 [ run ] completed with state FAILURE. Commit: 17f7eea
/LLM/main/L0_MergeRequest_PR pipeline #36236 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

Link to invocation

@nv-guomingz
Copy link
Copy Markdown
Collaborator Author

/bot run

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46132 [ run ] triggered by Bot. Commit: 17f7eea Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46132 [ run ] completed with state FAILURE. Commit: 17f7eea
/LLM/main/L0_MergeRequest_PR pipeline #36264 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

Link to invocation

@nv-guomingz nv-guomingz force-pushed the user/guomingz/fix_nvbug_6109719 branch from 17f7eea to 564e911 Compare April 29, 2026 14:13
@nv-guomingz
Copy link
Copy Markdown
Collaborator Author

/bot run

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46142 [ run ] triggered by Bot. Commit: 564e911 Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46142 [ run ] completed with state FAILURE. Commit: 564e911
/LLM/main/L0_MergeRequest_PR pipeline #36268 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

Link to invocation

@nv-guomingz nv-guomingz force-pushed the user/guomingz/fix_nvbug_6109719 branch from 564e911 to 23dec9d Compare April 29, 2026 16:11
@nv-guomingz
Copy link
Copy Markdown
Collaborator Author

/bot run

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46186 [ run ] triggered by Bot. Commit: 23dec9d Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46186 [ run ] completed with state SUCCESS. Commit: 23dec9d
/LLM/main/L0_MergeRequest_PR pipeline #36302 completed with status: 'SUCCESS'

CI Report

Link to invocation

@nv-guomingz nv-guomingz enabled auto-merge (squash) April 30, 2026 03:45
@nv-guomingz nv-guomingz merged commit 448a06d into NVIDIA:main Apr 30, 2026
7 checks passed
@nv-guomingz nv-guomingz deleted the user/guomingz/fix_nvbug_6109719 branch May 21, 2026 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants