fix(ci): AUT-1100 keep verl and MCore on main - #5119
Open
svcnemo-autobot wants to merge 11 commits into
Open
Conversation
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Collaborator
Author
|
/ok to test 7af40e1 |
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Collaborator
Author
|
/ok to test d9f4f7f |
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Collaborator
Author
|
/ok to test d5b4d17 |
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Collaborator
Author
|
/ok to test 61c2665 |
ko3n1g
reviewed
Jul 27, 2026
| ## Use our checkout | ||
| pip3 install git+https://github.com/NVIDIA-NeMo/Megatron-Bridge.git@main --no-deps --no-build-isolation | ||
| pip3 install git+https://github.com/NVIDIA/Megatron-LM.git@main --no-deps --no-build-isolation | ||
| pip3 install git+https://github.com/NVIDIA/Megatron-LM.git@main --ignore-requires-python --no-deps --no-build-isolation |
Contributor
There was a problem hiding this comment.
@svcnemo-autobot why do we need --ignore-requires-python?
Collaborator
Author
|
💬 |
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Collaborator
Author
|
/ok to test 3134459 |
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Collaborator
Author
|
/ok to test 66f1c27 |
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Collaborator
Author
|
/ok to test 4650406 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background
Run 30245218834 failed because verl could not import a removed Megatron-LM API and skipped Megatron backend registration.
What changed
main.5.12.1in verl suites.Details
Energon runtime code is imported lazily, and its builder tests patch that runtime module. Transformers 5.3 lacked
Exaone4_5_ForConditionalGeneration;5.12.1is the immutable version installed before the successful local suites. The MCore API fix is NVIDIA/Megatron-LM#6065.Tested
git diff --checkmain