Harden pipeline publication, trajectories, and trainer telemetry - #809
Merged
Conversation
bradhilton
had a problem deploying
to
trainer-rank-gpu-validation
August 19, 2026 16:00 — with
GitHub Actions
Error
bradhilton
temporarily deployed
to
trainer-rank-gpu-validation
August 19, 2026 16:42 — with
GitHub Actions
Inactive
bradhilton
had a problem deploying
to
trainer-rank-gpu-validation
August 19, 2026 21:01 — with
GitHub Actions
Error
bradhilton
had a problem deploying
to
trainer-rank-gpu-validation
August 19, 2026 21:08 — with
GitHub Actions
Error
bradhilton
temporarily deployed
to
trainer-rank-gpu-validation
August 19, 2026 21:23 — with
GitHub Actions
Inactive
bradhilton
marked this pull request as ready for review
August 19, 2026 21:39
bradhilton
deployed
to
trainer-rank-gpu-validation
August 19, 2026 21:39 — 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.
Summary
This combines and supersedes #807 so the dependent Caladan change has one ART merge and one final SHA to pin.
src/art/megatronbyte-identical tomain; ARTPipelineTrainercontinues using its original Megatron LoRA publication pathart.trajectory_group()accept resolved trajectories, exceptions, and arbitrary awaitables while resolving repeated awaitable identities once and preserving metadata/metrics/logstorch.compiletelemetry, deduplicating plan identities on low-cardinality topology/request-mix fields while retaining exact token counts in event payloadsTau-bench request bound
URL-backed policy clients use a 10-minute read timeout per attempt and one SDK retry, for an approximately 20-minute worst-case request budget. They no longer send private streaming/progress headers or reconstruct streamed policy completions.
PipelineTrainer isolation
The final net diff under
src/art/megatronis zero. New staged export ownership lives inart.trainer_rank._lora_exportand calls existing low-level Megatron helpers without changing thePipelineTrainerentry points or implementation.Validation
Downstream
Caladan #113 must pin the actual merged SHA from this PR; it must not retain the prior #807 draft SHA.