Skip to content

Commit d58d290

Browse files
ChenhanYuclaude
andcommitted
fix: pin megatron-core to 0.16.1 in gpu-megatron CI
mcore 0.17.0 requires nvidia-resiliency-ext with get_write_results_queue which is not available in the pytorch:26.01-py3 CI container. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Chenhan Yu <chenhany@nvidia.com>
1 parent 5b889c7 commit d58d290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ commands =
7878
[testenv:cuda13-gpu-megatron]
7979
commands_pre =
8080
# Install deps here so that it gets installed even in --current-env
81-
pip install -U megatron-core
81+
pip install -U megatron-core==0.16.1
8282
pip install --no-build-isolation git+https://github.com/state-spaces/mamba.git
8383
pip install --no-build-isolation git+https://github.com/Dao-AILab/causal-conv1d.git
8484
pip install -e .[hf,dev-test]

0 commit comments

Comments
 (0)