Skip to content

docker: point MEGATRON_BRANCH back at miles-main - #2734

Merged
Zhichenzzz merged 1 commit into
mainfrom
megatron-branch-back-to-miles-main
Aug 24, 2026
Merged

Zhichenzzz merged 1 commit into
mainfrom
megatron-branch-back-to-miles-main

Conversation

@yueming-yuan

Copy link
Copy Markdown
Collaborator

#2673 landed with MEGATRON_BRANCH=miles-main-20260819, a temporary name used while miles-main still held the pre-bump tree.

On the Megatron side that has now been resolved:

  • miles-backup-20260819 keeps the pre-bump tree (was miles-main, 2e64d788b)
  • miles-main now points at the bumped tree (235952df6)
  • miles-main-20260819 is deleted

So the temporary name no longer resolves, and this puts the Dockerfile back on miles-main. Nothing else needs changing: the CI branch defaults, Dockerfile.rocm, docker-build.yml's fingerprint and the release lock were never moved off miles-main, so they become correct automatically.

The bump landed on miles-main-20260819 while miles-main still held the
pre-bump tree. That branch is now miles-main (the old tree is kept as
miles-backup-20260819), so the temporary name no longer resolves -- and
every other consumer (CI defaults, Dockerfile.rocm, the release lock)
already reads miles-main.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@Zhichenzzz
Zhichenzzz merged commit db5bc55 into main Aug 24, 2026
11 of 16 checks passed
@Zhichenzzz
Zhichenzzz deleted the megatron-branch-back-to-miles-main branch August 24, 2026 20:01
yueming-yuan added a commit that referenced this pull request Aug 24, 2026
#2673 was squash-merged, so main's base bump and this branch's copy of it are
unrelated histories. Three resolutions git could not get right on its own:

- docker/Dockerfile: main is net-unchanged from the merge base (bump set
  miles-main-20260819, #2734 set it back), so git kept this branch's
  miles-main-20260819 — a branch that no longer exists on the Megatron remote.
  Take miles-main.
- test_deepseek_v4_flash_4layer_ci.py: the inverse — this branch is
  net-unchanged, so git kept main's disabled=. Re-enable it; that is this PR.
- model.py mtp_loss_scale: this branch predates 59cc3c1, so its side is the
  unfixed line. Take main's.
yueming-yuan added a commit that referenced this pull request Aug 24, 2026
Picks up the Megatron bump (#2673) and its follow-up (#2734), which points
MEGATRON_BRANCH back at miles-main after miles-main-20260819 disappeared from
the Megatron remote.
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