chore(deps): AUT-1080 pin merged NeMo Run cancellation fix - #6110
Conversation
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
|
This PR has been automatically converted to draft because all PRs must start as drafts. When you are ready for review, click Ready for Review to begin the review process. This will:
See the contribution guide for more details. |
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test 3994a5b |
|
CI run 30407911285 is waiting on approval for the protected |
|
🔄 Merge queue validation started! You can track the progress here: https://github.com/NVIDIA/Megatron-LM/actions/runs/30448720593 |
|
🔄 Merge queue validation started! You can track the progress here: https://github.com/NVIDIA/Megatron-LM/actions/runs/30454176245 |
|
🔄 Merge queue validation started! You can track the progress here: https://github.com/NVIDIA/Megatron-LM/actions/runs/30470428970 |
|
🔄 Merge queue validation started! You can track the progress here: https://github.com/NVIDIA/Megatron-LM/actions/runs/30473490423 |
|
🔄 Merge queue validation started! You can track the progress here: https://github.com/NVIDIA/Megatron-LM/actions/runs/30479289096 |
Background
Megatron-LM temporarily pinned NeMo Run PR #570’s open head while validating live cancellation. That PR has now merged as
e3935393a290aed1822af52139b4b8ee270fed1f.What changed
uv.lockusing the repository’s uv 0.7.2 toolchain.Details
flowchart LR R[NeMo Run PR #570] --> M[Merged commit] M --> P[Megatron-LM pyproject] P --> L[Regenerated uv.lock]Lock regeneration also normalizes torch dependency markers to uv 0.7.2 output.
Tested
uv lockuv lock --checkgit diff --checkpytest -q tests/test_utils/test_launch_nemo_run_workload.py— 4 passed