Skip to content

Commit 212dc9a

Browse files
AUT-666 ci/implement-b74dd43cc9b9 (#717)
Co-authored-by: nemo-autobot-origin[bot] <297562586+nemo-autobot-origin[bot]@users.noreply.github.com>
1 parent 88c700e commit 212dc9a

2 files changed

Lines changed: 61 additions & 54 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ vllm = [
111111
{ index = "pypi", marker = "platform_machine == 'aarch64'" },
112112
]
113113
megatron-bridge = { git = "https://github.com/NVIDIA-NeMo/Megatron-Bridge.git", rev = "97e8dba4060ae74a110b9da6255eb0a66b016b2d" }
114-
nvidia-resiliency-ext = { git = "https://github.com/NVIDIA/nvidia-resiliency-ext.git", rev = "b2bb3d728a18795807d9f76c535e005a609a1b01" }
114+
# Use the released nvidia-resiliency-ext (>=0.6.0) rather than a git dev build:
115+
# megatron-core's runtime is_nvrx_min_version() asserts the installed package
116+
# version is >=0.6.0, and a git build reports 0.6.0.devN (< 0.6.0), which fails
117+
# the assertion at import time.
115118
# nemo-toolkit = { git = "https://github.com/NVIDIA/NeMo.git", rev = "main" }
116119

117120
[tool.uv]

0 commit comments

Comments
 (0)