You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prerequisite for #24, assuming the Phase 1-7 roadmap foundation in #6 is already available.
After #24 obtains a stable Blackwell baseline, candidate B-card operators should first be tested on fixed samples/tensors before being compared inside the full post-training loop. This issue defines the #24-specific fixture/export layer that bridges real baseline runs to operator-level candidate A/B tests while reusing the existing Phase 1-7 comparison and reporting mechanisms.
Include only experiment-specific tensors/metadata needed for candidate operator A/B: hidden states or logits when available, LM-head weights/shards, target IDs, active masks, selected positions, TP metadata, dtype/quantization policy, old logprobs, recomputed logprobs, and existing contract/report IDs.
Background
Prerequisite for #24, assuming the Phase 1-7 roadmap foundation in #6 is already available.
After #24 obtains a stable Blackwell baseline, candidate B-card operators should first be tested on fixed samples/tensors before being compared inside the full post-training loop. This issue defines the #24-specific fixture/export layer that bridges real baseline runs to operator-level candidate A/B tests while reusing the existing Phase 1-7 comparison and reporting mechanisms.
Scope
Non-Goals
Acceptance Criteria
Hardware Notes
Dependencies