Skip to content

[None][fix] Fix OSRB source header and provenance issues in AutoDeploy modeling code - #14670

Merged
bmarimuthu-nv merged 1 commit into
NVIDIA:mainfrom
nv-auto-deploy:bala/llmc-license-update-r4
May 28, 2026
Merged

[None][fix] Fix OSRB source header and provenance issues in AutoDeploy modeling code#14670
bmarimuthu-nv merged 1 commit into
NVIDIA:mainfrom
nv-auto-deploy:bala/llmc-license-update-r4

Conversation

@bmarimuthu-nv

@bmarimuthu-nv bmarimuthu-nv commented May 28, 2026

Copy link
Copy Markdown
Collaborator
  • Put "All rights reserved." on same SPDX-FileCopyrightText line in modeling_gpt_oss.py, modeling_minimax_m2.py, test_minimax_m2_modeling.py
  • Use exact entity name "NVIDIA CORPORATION & AFFILIATES." in modeling_nemotron_flash.py adapted-source provenance note

Summary by CodeRabbit

  • Chores
    • Consolidated and updated SPDX copyright headers across model files
    • Improved consistency in licensing compliance documentation

Review Change Stack

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)

  • If PR introduces API changes, an appropriate PR label is added - either api-compatible or api-breaking. For api-breaking, include BREAKING in the PR title.

  • 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.

- Put "All rights reserved." on same SPDX-FileCopyrightText line in
  modeling_gpt_oss.py, modeling_minimax_m2.py, test_minimax_m2_modeling.py
- Use exact entity name "NVIDIA CORPORATION & AFFILIATES." in
  modeling_nemotron_flash.py adapted-source provenance note

Signed-off-by: Balamurugan Marimuthu <246387390+bmarimuthu-nv@users.noreply.github.com>
@bmarimuthu-nv
bmarimuthu-nv marked this pull request as ready for review May 28, 2026 04:57
@bmarimuthu-nv
bmarimuthu-nv requested a review from a team as a code owner May 28, 2026 04:57
@bmarimuthu-nv
bmarimuthu-nv requested a review from tfogal May 28, 2026 04:57
@coderabbitai

coderabbitai Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

This PR standardizes copyright and license headers across four files in the TensorRT-LLM repository. SPDX copyright headers are consolidated and redundant "All rights reserved" lines are removed, while attribution text is updated to use the standardized "NVIDIA CORPORATION & AFFILIATES" format.

Changes

Copyright and License Header Standardization

Layer / File(s) Summary
SPDX copyright headers and attribution text
tensorrt_llm/_torch/auto_deploy/models/custom/modeling_gpt_oss.py, tensorrt_llm/_torch/auto_deploy/models/custom/modeling_minimax_m2.py, tensorrt_llm/_torch/auto_deploy/models/custom/modeling_nemotron_flash.py, tests/unittest/auto_deploy/singlegpu/models/test_minimax_m2_modeling.py
SPDX-FileCopyrightText headers are consolidated by merging split lines, "All rights reserved" statements are removed for consistency, and source attribution comments are updated to include "NVIDIA CORPORATION & AFFILIATES".

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 lacks required sections and detail. The author provided only bullet-point summaries of changes without filling in the Description, Test Coverage, or PR Checklist sections properly. Expand the description to include: (1) a brief explanation of why these copyright/provenance updates are needed, (2) the test coverage section should specify which tests validate these header changes, and (3) verify all PR checklist items are appropriately addressed.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main changes: fixing OSRB source header and provenance issues in AutoDeploy modeling code files.
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.

✏️ 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.

@bmarimuthu-nv

Copy link
Copy Markdown
Collaborator Author

/bot skip --comment "OSS license header only change"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50700 [ skip ] triggered by Bot. Commit: 084c943 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50700 [ skip ] completed with state SUCCESS. Commit: 084c943
Skipping testing for commit 084c943

Link to invocation

@bmarimuthu-nv
bmarimuthu-nv merged commit 89c90eb into NVIDIA:main May 28, 2026
13 of 15 checks passed
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