Skip to content

Bumping the remaining stack for transformers v5#2058

Open
terrykong wants to merge 11 commits intohemil/automodel-transformers-v5from
tk/vllm-v5
Open

Bumping the remaining stack for transformers v5#2058
terrykong wants to merge 11 commits intohemil/automodel-transformers-v5from
tk/vllm-v5

Conversation

@terrykong
Copy link
Contributor

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

  • ...

@terrykong terrykong requested review from a team as code owners March 3, 2026 23:39
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

❌ Submodule Fast-Forward Check Failed

Check based on commit: 97c40d2 (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

❌ Submodules that need attention:

Megatron-LM: ❌ PR branch is BEHIND hemil/automodel-transformers-v5 branch
TARGET (hemil/automodel-transformers-v5 branch): https://github.com/yaoyu-33/Megatron-LM/commits/193463c4f8414e6906a40dd527a450bca50706b1/
CURRENT (PR #2058 from tk/vllm-v5): https://github.com/yaoyu-33/Megatron-LM/commits/bbbedbb9f53343762e4dc70abc771b813a83d817/

Please ensure all submodule commits are fast-forwards of the hemil/automodel-transformers-v5 branch before merging.


# Use NeMo-RL direct dependencies and nemo-automodel.
AUTOMODEL = f"uv run --locked --no-cache --extra automodel --no-group transformers-v4 --directory {git_root}"
AUTOMODEL = f"uv run --locked --no-cache --extra automodel --directory {git_root}"
Copy link
Contributor

Choose a reason for hiding this comment

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

--no-cache shouldn't be required with TE 2.12 I believe

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

❌ Submodule Fast-Forward Check Failed

Check based on commit: caed2de (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

❌ Submodules that need attention:

Megatron-LM: ❌ Commits have DIVERGED from a common ancestor
TARGET (hemil/automodel-transformers-v5 branch): https://github.com/yaoyu-33/Megatron-LM/commits/193463c4f8414e6906a40dd527a450bca50706b1/
CURRENT (PR #2058 from tk/vllm-v5): https://github.com/yaoyu-33/Megatron-LM/commits/23dd639cf3de30f3b9d8d0fae71ee31180be9ddd/

Please ensure all submodule commits are fast-forwards of the hemil/automodel-transformers-v5 branch before merging.

@terrykong terrykong requested a review from a team as a code owner March 4, 2026 08:20
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

❌ Submodule Fast-Forward Check Failed

Check based on commit: 3eb8634 (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

❌ Submodules that need attention:

Megatron-LM: ❌ Commits have DIVERGED from a common ancestor
TARGET (hemil/automodel-transformers-v5 branch): https://github.com/yaoyu-33/Megatron-LM/commits/193463c4f8414e6906a40dd527a450bca50706b1/
CURRENT (PR #2058 from tk/vllm-v5): https://github.com/yaoyu-33/Megatron-LM/commits/23dd639cf3de30f3b9d8d0fae71ee31180be9ddd/

Please ensure all submodule commits are fast-forwards of the hemil/automodel-transformers-v5 branch before merging.

@terrykong terrykong requested a review from a team as a code owner March 4, 2026 08:53
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

ℹ️ File Consistency Check

Check based on commit: d10dfee (PR #2058 from tk/vllm-v5)

✅ DTensor Policy Worker Synchronization Check

Both DTensor policy worker files were modified in this PR:

  • nemo_rl/models/policy/workers/dtensor_policy_worker.py
  • nemo_rl/models/policy/workers/dtensor_policy_worker_v2.py

Please ensure that the changes are consistent between both files where applicable.


This check ensures that related file implementations remain synchronized across the codebase. If you believe this warning is incorrect or the files should intentionally differ, please add a comment explaining the reasoning.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

❌ Submodule Fast-Forward Check Failed

Check based on commit: d10dfee (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

❌ Submodules that need attention:

Megatron-LM: ❌ Commits have DIVERGED from a common ancestor
TARGET (hemil/automodel-transformers-v5 branch): https://github.com/yaoyu-33/Megatron-LM/commits/193463c4f8414e6906a40dd527a450bca50706b1/
CURRENT (PR #2058 from tk/vllm-v5): https://github.com/yaoyu-33/Megatron-LM/commits/23dd639cf3de30f3b9d8d0fae71ee31180be9ddd/

Please ensure all submodule commits are fast-forwards of the hemil/automodel-transformers-v5 branch before merging.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

ℹ️ File Consistency Check

Check based on commit: f40891a (PR #2058 from tk/vllm-v5)

✅ DTensor Policy Worker Synchronization Check

Both DTensor policy worker files were modified in this PR:

  • nemo_rl/models/policy/workers/dtensor_policy_worker.py
  • nemo_rl/models/policy/workers/dtensor_policy_worker_v2.py

Please ensure that the changes are consistent between both files where applicable.


This check ensures that related file implementations remain synchronized across the codebase. If you believe this warning is incorrect or the files should intentionally differ, please add a comment explaining the reasoning.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

❌ Submodule Fast-Forward Check Failed

Check based on commit: f40891a (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

❌ Submodules that need attention:

Megatron-LM: ❌ Commits have DIVERGED from a common ancestor
TARGET (hemil/automodel-transformers-v5 branch): https://github.com/yaoyu-33/Megatron-LM/commits/193463c4f8414e6906a40dd527a450bca50706b1/
CURRENT (PR #2058 from tk/vllm-v5): https://github.com/yaoyu-33/Megatron-LM/commits/23dd639cf3de30f3b9d8d0fae71ee31180be9ddd/

Please ensure all submodule commits are fast-forwards of the hemil/automodel-transformers-v5 branch before merging.

@terrykong terrykong force-pushed the hemil/automodel-transformers-v5 branch from 23b7ccb to 0d2d3cd Compare March 4, 2026 17:54
@terrykong terrykong requested review from a team as code owners March 4, 2026 17:54
@terrykong terrykong force-pushed the hemil/automodel-transformers-v5 branch from 0d2d3cd to 3a2629c Compare March 4, 2026 18:17
@github-actions github-actions bot added the CI Relating to CI label Mar 4, 2026
hemildesai and others added 7 commits March 4, 2026 10:28
…sor policy v2

Signed-off-by: Hemil Desai <hemild@nvidia.com>

fix

Signed-off-by: Hemil Desai <hemild@nvidia.com>

fix

Signed-off-by: Hemil Desai <hemild@nvidia.com>

fix

Signed-off-by: Hemil Desai <hemild@nvidia.com>

fix

Signed-off-by: Hemil Desai <hemild@nvidia.com>

fix

Signed-off-by: Hemil Desai <hemild@nvidia.com>

fix

Signed-off-by: Hemil Desai <hemild@nvidia.com>
Signed-off-by: Terry Kong <terryk@nvidia.com>
Signed-off-by: Terry Kong <terryk@nvidia.com>
Signed-off-by: Terry Kong <terryk@nvidia.com>
Signed-off-by: Terry Kong <terryk@nvidia.com>
Signed-off-by: Terry Kong <terryk@nvidia.com>
Signed-off-by: Terry Kong <terryk@nvidia.com>
@github-actions github-actions bot removed the CI Relating to CI label Mar 4, 2026
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

ℹ️ File Consistency Check

Check based on commit: 06fac10 (PR #2058 from tk/vllm-v5)

✅ DTensor Policy Worker Synchronization Check

Both DTensor policy worker files were modified in this PR:

  • nemo_rl/models/policy/workers/dtensor_policy_worker.py
  • nemo_rl/models/policy/workers/dtensor_policy_worker_v2.py

Please ensure that the changes are consistent between both files where applicable.


This check ensures that related file implementations remain synchronized across the codebase. If you believe this warning is incorrect or the files should intentionally differ, please add a comment explaining the reasoning.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

✅ Submodule Fast-Forward Check Results

Check based on commit: 06fac10 (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

All submodule changes look good! ✨

Signed-off-by: Terry Kong <terryk@nvidia.com>
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

ℹ️ File Consistency Check

Check based on commit: 567fb80 (PR #2058 from tk/vllm-v5)

✅ DTensor Policy Worker Synchronization Check

Both DTensor policy worker files were modified in this PR:

  • nemo_rl/models/policy/workers/dtensor_policy_worker.py
  • nemo_rl/models/policy/workers/dtensor_policy_worker_v2.py

Please ensure that the changes are consistent between both files where applicable.


This check ensures that related file implementations remain synchronized across the codebase. If you believe this warning is incorrect or the files should intentionally differ, please add a comment explaining the reasoning.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

✅ Submodule Fast-Forward Check Results

Check based on commit: 567fb80 (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

All submodule changes look good! ✨

Signed-off-by: Terry Kong <terryk@nvidia.com>
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

ℹ️ File Consistency Check

Check based on commit: 06f86b2 (PR #2058 from tk/vllm-v5)

✅ DTensor Policy Worker Synchronization Check

Both DTensor policy worker files were modified in this PR:

  • nemo_rl/models/policy/workers/dtensor_policy_worker.py
  • nemo_rl/models/policy/workers/dtensor_policy_worker_v2.py

Please ensure that the changes are consistent between both files where applicable.


This check ensures that related file implementations remain synchronized across the codebase. If you believe this warning is incorrect or the files should intentionally differ, please add a comment explaining the reasoning.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

✅ Submodule Fast-Forward Check Results

Check based on commit: 06f86b2 (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

All submodule changes look good! ✨

Signed-off-by: Terry Kong <terryk@nvidia.com>
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

ℹ️ File Consistency Check

Check based on commit: d437cdb (PR #2058 from tk/vllm-v5)

✅ DTensor Policy Worker Synchronization Check

Both DTensor policy worker files were modified in this PR:

  • nemo_rl/models/policy/workers/dtensor_policy_worker.py
  • nemo_rl/models/policy/workers/dtensor_policy_worker_v2.py

Please ensure that the changes are consistent between both files where applicable.


This check ensures that related file implementations remain synchronized across the codebase. If you believe this warning is incorrect or the files should intentionally differ, please add a comment explaining the reasoning.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

✅ Submodule Fast-Forward Check Results

Check based on commit: d437cdb (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

All submodule changes look good! ✨

@copy-pr-bot
Copy link

copy-pr-bot bot commented Mar 4, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

ℹ️ File Consistency Check

Check based on commit: c19f6d8 (PR #2058 from tk/vllm-v5)

✅ DTensor Policy Worker Synchronization Check

Both DTensor policy worker files were modified in this PR:

  • nemo_rl/models/policy/workers/dtensor_policy_worker.py
  • nemo_rl/models/policy/workers/dtensor_policy_worker_v2.py

Please ensure that the changes are consistent between both files where applicable.


This check ensures that related file implementations remain synchronized across the codebase. If you believe this warning is incorrect or the files should intentionally differ, please add a comment explaining the reasoning.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

✅ Submodule Fast-Forward Check Results

Check based on commit: c19f6d8 (PR #2058 from tk/vllm-v5)

✅ Submodules that are properly updated:

Megatron-Bridge: ✅ PR branch is ahead of hemil/automodel-transformers-v5 branch (fast-forward)

All submodule changes look good! ✨

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.

2 participants