Add versioned trainer graphs and logical-rank APIs - #925
Draft
bradhilton wants to merge 30 commits into
Draft
bradhilton wants to merge 30 commits into
bradhilton wants to merge 30 commits into
Conversation
bradhilton
had a problem deploying
to
trainer-rank-gpu-validation
September 18, 2026 00:36 — with
GitHub Actions
Failure
bradhilton
had a problem deploying
to
trainer-rank-gpu-validation
September 18, 2026 01:04 — with
GitHub Actions
Error
bradhilton
deployed
to
trainer-rank-gpu-validation
September 18, 2026 01:24 — with
GitHub Actions
Active
…view-fixes-merge-20260919
bradhilton
deployed
to
trainer-rank-gpu-validation
September 19, 2026 21:25 — with
GitHub Actions
Active
bradhilton
deployed
to
trainer-rank-gpu-validation
September 20, 2026 02:55 — with
GitHub Actions
Active
bradhilton
deployed
to
trainer-rank-gpu-validation
September 20, 2026 03:35 — with
GitHub Actions
Active
bradhilton
deployed
to
trainer-rank-gpu-validation
September 20, 2026 04:28 — with
GitHub Actions
Active
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.
Adds logical DP and rank-zero training APIs, versioned backward graphs, and checkpoint-owned live parameters/modules. The planner can retain, offload or replay state; backward validates and commits gradients transactionally. Default gradient staleness is two updates (
0is strict), with eligible importance correction when current probabilities are available. Native retained backward supports BF16 and rejects unsupported quantized Transformer Engine state.Paired with Caladan #459. Root and fresh Astra/Fable reviews approve the grouped changes. Required CPU and two-H200 GPU CI pass on
de6a8d952; CPU coverage includes 851 Megatron and 2,269 root unit passes. The workflow-owned GPU cluster has an original successful termination acknowledgment. The paired Caladan PR remains blocked on a PostgreSQL readiness timeout.Earlier revisions passed eight-GPU derivative/memory canaries, matched-schedule learning comparisons and a configured protocol-8 factory smoke; those results retain their original source scope. Qwen3-8B benchmarks measured 12.1% lower throughput at four 1K inputs (ABBA) and 4.5% lower at four 4K inputs (one pair). This cleanup makes no new throughput claim.