Marin: Week of August 31st summary

Milestone: August milestone: launch 535B-A23B MoE
Contents
  1. Data
  2. Summary
  3. Hero navigates ragged EP rollback, adds attention-gate weight decay
  4. Other Changes
  5. Community Pulse
  6. Agent MoE
  7. Runs
GitHub
78 merged 24 opened 53 issues closed 22 contributors 1 epics 214 comments this week
Compute
GCP TPU 4.86e23 HW FLOPs (4.90e22 reserved) W&B 1.82e25 HW FLOPs (1.58e24 model FLOPs)
Compute calculations should be taken with a large grain of salt.
Infra
Discord
480 messages 222 authors 28 new members 19 channels active 31 threads
Tokens
25.6T tokens 0 25.2% synthetic 293 datasets 🤗 collection
web 14.5T (56.5%) code 5.9T (23.2%) multilingual 4.1T (15.8%) specialized 778.1B (3.0%) math 377.2B (1.5%) documents 1.5B (0.0%)

The hero run's third week brought two inflection points. A ragged all-to-all backend swap — expected to yield 10% more throughput after last week's merge — hung twice at 11-rack scale and was rolled back to pooled-wave within hours. Multi-day investigation traced the root cause to an NVLink fabric fault on two GB200 domains, alongside two independent software bugs: a step-counter sharding mismatch that duplicated NCCL symmetric-memory registrations, and a QuACK 0.6.1 GEMM scheduler defect reproduced with output corruption. The same NVLink fault struck the pooled-wave hero on September 5, confirming hardware. Meanwhile, Larry Dial documented attention-gate norm growth diverging from the scaling ladder about 1% into training — early-layer gates shrinking to 1.3% of neutral scale — and weight-decay ablations on the H100 ladder showed a small Paloma gain. The hero relaunched from step 58,000 with gate and router weight decay enabled; as of September 6 it stands at 3.23T tokens with train loss 1.228.

The 67B-A2B 10T pretraining campaign closed after completing its full token budget, its Paloma loss well below the 2.269 preregistered target. Long-context skew experiments (2×, 4×, 8× upsampling) all completed on TPU v4-2048, with generative MRCR improving from 87% to 91% at 4×. A TaskTrove quality audit flagged 35% of sampled tasks as broken or hackable, driving four point releases that removed 5,426 invalid tasks. Ahmad Qamar qualified asynchronous RL on Snowball 67B-A2B, completing 25 Megatron updates with 37% less training time. The spec-driven Common Crawl curation run reached 10T pre-dedupe tokens, roughly 15% through its target, while Ricardo Dominguez preregistered a 33% SWE-bench pass@1 prediction for Snowball post-distillation.

Hero Runs

The milestone’s pretraining hero runs and their intermediate cooldowns — the concrete use of compute.

#6689 Hero navigates ragged EP rollback, adds attention-gate weight decay

Epic title: [Hero Run] ~120B-A8B XT on B200s


Summary: Prepare the next best model for post-training on the path to our EOY 256–500B-AYB run.

0/3 sub-issues closed

The 535B-A23B hero run attempted a backend swap to the ragged all-to-all expert parallelism (EP) transport on September 2, expecting roughly 10% higher throughput and a drop in token assignment losses from ~3% to ~0.01%. #8868 added checkpoint-resume support across run IDs so the new run could pick up from the pooled-wave hero's step-54000 permanent checkpoint. The ragged hero matched the old run's loss step for step and reached 23.4% MFU over 70 clean steps, then hung silently on one rack at step 54071 on the first attempt and step 54001 on the second — no error from NCCL, XLA, CUDA, or Kubernetes, just a fifteen-minute stall until the progress watchdog killed the gang #8870. #8884 rolled the hero back to the pooled-wave transport, and it resumed cleanly.

Matt Wittmann conducted a multi-day investigation into the hangs. An eleven-rack reproduction on September 3 did not hang but revealed a version skew, and barrier instrumentation on September 4 produced the first measured inter-rack asymmetry. A separate bug — the step counter's inferred sharding causing JAX to compile duplicate XLA executables, doubling symmetric-memory arena registrations — was root-caused in #8861 and fixed in #8912's follow-up. The hang itself traced to two leads: a confirmed GEMM scheduler defect in the pinned QuACK 0.6.1 (reproduced with output corruption on GB200s; upstream fix in QuACK 0.6.4), and an NVLink fabric fault — the pooled-wave hero itself stalled on September 5 with an NVLink error originating on one of the three racks the telemetry window had flagged. #8858 now records full launch provenance on #8506 before every deployment.

Larry Dial documented attention-gate norm growth in #8818: at step 42,000 the hero's layer-0 attention gate had decayed to near zero, effectively disabling attention in the first ~20 layers. Layer-skip ablations confirmed that dropping layers 0–9 costs only 0.03 nats of loss. Percy Liang and Kaiyue Wen discussed whether scale invariance of training statistics should hold across depth, and whether weight decay could interfere with RMSNorm compensation. #8833 adds a linear-annealing weight decay of 0.02 on the attention gate and MoE router, folded into Adam without extra optimizer state. The hero relaunched from step 58,000 with the decay enabled #8890; #8854 pinned a permanent checkpoint at step 55,000 to allow a clean comparison against the no-decay baseline.

Will Held ran the hero's scaling-law Paloma forecast against eleven open-weight base models in #8824. The hero's projected final perplexity of 0.7406 BPB lands between DeepSeek V4 Flash Base (0.7351) and Nemotron 3 Ultra (0.7567), lower than Arcee Trinity Large, Mistral Large 3 675B, OLMo 3, and Seed OSS. Kimi K2 Base (0.6754) and DeepSeek V4 Pro Base (0.6759) sit roughly 9% below the hero forecast. Percy Liang noted that because decontamination practices of the comparison models are unknown, the hero's advantage may be understated. Separately, #8827 tracks prompt completions across checkpoints as a qualitative sanity check on the run's learning progress.

0 PRs this week, and 0 new issues (3 total)
Sort:
20 autocategorized
3 potentially related in Other Changes

Other Changes


#8684 made ragged all-to-all the default expert-parallel transport on the pinned XLA-fork PJRT build, landing 737 lines of additions from Matt Wittmann.

#8865 from Ethan Liu aligned the first-experiment tutorial with the llama_nano config, fixing a 2048-vs-512-token sequence-length mismatch that broke the CPU example. #8920 from Brett Jurman separately fixes the README tutorial example. #8938 from Max Freedom Pollard omits empty Markdown link and image titles.

Dependabot patched 46 Python dependency alerts across the root lock #8834, bumped seven npm packages across five directories #8838, and updated mkdocs-material to 9.7.7 for a DOM-based XSS fix in Haliax docs #8888. Fourteen automated external-runtime advances landed MarinSkyRL, Harbor, and Evalchemy upstream commits throughout the week.

Closed milestones: #6706 (B200 MFUs above 20%) and #6143 (port-model-to-flax agent playbook).

104 PRs this week, 134 new comments, and 53 issues closed (53 total)
Sort:

Community Pulse


External contributors landed eleven pull requests this week across documentation, evaluation, and core training infrastructure. Ethan Liu (Berkeley) joined Discord, found a sequence-length mismatch in the first-experiment tutorial, and shipped the fix in #8865 alongside an eval registry cleanup in #8883. Vuk Rosić introduced himself the same week and contributed an SFT coverage-ratio reduction in #8880. Yizheng Jiao tightened the fused cross-entropy block-size budget in Levanter #8932 and added a non-Blackwell GPU PJRT extra #8931. chiang21fcb corrected the MuonH hyperball norm to operate over matrix dimensions only #8749, and Akshay Pal added a configurable duplicated-data testbed arm #8808.

On Discord, two CMU PhD students working on long-context RL and long-horizon agents reached out about contributing to behavior analysis, leading to a scoping call with the post-training team. Ricardo Dominguez pre-registered a Snowball post-distillation SWE-bench pass@1 prediction from intermediate checkpoints #8933 and proposed extending the method to the hero run. In data curation, a community member opened an experiment proposal on deduplication scaling laws #8806.

Twenty-eight people introduced themselves this week. They span Scale AI (post-training and verifiers), Canva Research (RL scaling), MIT (deep learning theory), Epic Games (coding agents), Roblox (3D foundation models), Shanghai AI Lab (generative modeling), Deep Forest Sciences (chemical LLMs), Mila (data-science benchmarks), Tencent (LLM serving), and several universities including SKKU, HKU, CUHK, Oxford, and Berkeley. Margalit Glasgow (MIT postdoc, deep learning theory and reasoning) intersects with the ongoing hyperparameter-transfer work in the hero run scaling ladder. LDJ, formerly of Nous Research, brings six years of research on training efficiency and generalization. Gabor (pgab), fresh from quant finance, joined the RL thread with references on actor-learner divergence within days of arriving.

The week's shared research leaned toward RL methodology: Russell Power published a curriculum-RL experiment on environment training stability, and MBZUAI released TxT360-v2, a large synthetic-data collection relevant to the data-mixing pipeline.

News & research shared

Active collaborators this week

Stanford · CRFM 5 people · 2 issues filed · 6 comments · 24 Discord msgs

CMU · NeuLab 2 people · 17 Discord msgs

Collaborator activity this week

Lab / Org People PRs Issues filed Comments Discord msgs Total
Stanford · CRFM 5 2 6 24 32
CMU · NeuLab 2 17 17
Common Crawl Foundation
Princeton · Dao Lab
GitHub activity from 223 other contributors

Tim O'Donnell · McGill · (other) 0 PRs, 16 Discord msgs

lukedhlee · Unclassified 0 PRs, 15 Discord msgs

Ricardo Olmedo 0 PRs, 6 Discord msgs

thann · Unclassified 0 PRs, 7 Discord msgs

Ethan Liu · Unclassified 2 PRs, 3 comments

  • #8865 [docs] Align the first-experiment tutorial with llama_nano +6 −6
  • #8883 [eval] Register OT-TBLite under its benchmark name 💬1 +11 −11
3 comments on 3 threads
  • #8883 [eval] Register OT-TBLite under its benchmark name
  • #8863 [docs] First-experiment tutorial exceeds llama_nano sequence length
  • #8150 [eval] Register OT-TBLite under its benchmark name

AlexPalms · Unclassified 0 PRs, 6 Discord msgs

Mrinal Kumar · Unclassified 0 PRs, 6 Discord msgs

Sway · Unclassified 0 PRs, 6 Discord msgs

pgab · Unclassified 0 PRs, 4 Discord msgs

Ayush Sunil Munot · Unclassified 0 PRs, 4 Discord msgs

Neha Hulkund · MIT · Open-Thoughts Next 0 PRs

Jenia Jitsev · LAION 0 PRs, 3 Discord msgs

Yuwen · Unclassified 0 PRs, 3 Discord msgs

Gustavo Sandoval · Unclassified 0 PRs, 3 Discord msgs

Michael Siu · Unclassified 0 PRs, 3 Discord msgs

Yizheng Jiao · Unclassified 2 PRs

  • #8932 [levanter] Clamp untuned fused-CE block sizes to the weight-tile budget +105 −16
  • #8931 Add a gpu-stock-pjrt extra for non-Blackwell aarch64 hosts +891 −444

Brett Jurman · Independent 1 PR, 1 comment

  • #8920 [docs] Fix the README tutorial example 💬1 +4 −3
1 comment on 1 thread
  • #8920 [docs] Fix the README tutorial example

Leon (Skystellan) · Unclassified 1 PR, 1 comment

  • #8857 [zephyr] Retry transient shuffle sidecar reads +52 −3
1 comment on 1 thread
  • #8389 [zephyr] Shuffle sidecar read fails the reduce shard on a transient S3 error

Akshay Pal · Unclassified 1 PR, 1 comment

  • #8808 Add configurable duplicated data testbed arm 💬1 +450 −0
1 comment on 1 thread
  • #8808 Add configurable duplicated data testbed arm

chiang21fcb · Unclassified 1 PR, 1 comment

  • #8749 [grug] Compute MuonH hyperball norm over matrix dims only 💬2 +5 −1
1 comment on 1 thread
  • #8749 [grug] Compute MuonH hyperball norm over matrix dims only

Will Moss · Industry (other) 1 PR, 1 comment

  • #8497 [zephyr][datakit] Calibrate A/B benchmark parallelism 💬1 +983 −335
1 comment on 1 thread
  • #8497 [zephyr][datakit] Calibrate A/B benchmark parallelism

Mooler0410 · Unclassified 0 PRs, 2 comments

2 comments on 1 thread
  • #8818 Hero Run: Attn Gate Norm Growth ×2

Luke Lee · Unclassified 0 PRs

Pankaj · Unclassified 0 PRs, 2 Discord msgs

keags · Unclassified 0 PRs, 2 Discord msgs

Margalit Glasgow · Unclassified 0 PRs, 2 Discord msgs

cameraman · Unclassified 0 PRs, 2 Discord msgs

ishaan ganti · Unclassified 0 PRs, 2 Discord msgs

Harry · Unclassified 0 PRs, 2 Discord msgs

bigskydog. · Unclassified 0 PRs, 2 Discord msgs

jeseem · Unclassified 0 PRs, 2 Discord msgs

oneal · Unclassified 0 PRs, 2 Discord msgs

boba shop cashier · Unclassified 0 PRs, 2 Discord msgs

gibou · Unclassified 0 PRs, 2 Discord msgs

Fluf · Unclassified 0 PRs, 2 Discord msgs

guohao · Unclassified 0 PRs, 2 Discord msgs

likelytobelaura · Unclassified 0 PRs, 2 Discord msgs

Matheart · Unclassified 0 PRs, 2 Discord msgs

Max Freedom Pollard · Independent 1 PR

  • #8938 [markdown] Omit the link and image title when the HTML has none +134 −108

Vuk Rosić · Independent 1 PR

  • #8880 [evaluation] Add SFT coverage-ratio reduction +232 −0

Siddhu (flufcloud) · Unclassified 0 PRs

mudkip · Unclassified 0 PRs, 1 comment

1 comment on 1 thread
  • #8435 [Hero Run] 535B-A23B on 18T tokens

Ruisi Zhang · Unclassified 0 PRs, 1 comment

1 comment on 1 thread
  • #8435 [Hero Run] 535B-A23B on 18T tokens

aqibchou · Unclassified 0 PRs, 1 comment

1 comment on 1 thread
  • #7291 [grug] Kimi Delta Attention hybrid (linear-attention layers) for long-context MoE

Abarnaa Sree N · Unclassified 0 PRs, 1 comment

1 comment on 1 thread
  • #8765 [rl] Fixed-budget value of dynamic environment sampling curricula in SkyRL

jose lee · Unclassified 0 PRs, 1 Discord msg

ryanlyn · Unclassified 0 PRs, 1 Discord msg

schofi · Unclassified 0 PRs, 1 Discord msg

Julien Duquesne · Unclassified 0 PRs, 1 Discord msg

Mr.Zane · Unclassified 0 PRs, 1 Discord msg

Vitamind · Unclassified 0 PRs, 1 Discord msg

doodle · Unclassified 0 PRs, 1 Discord msg

Manana · Unclassified 0 PRs, 1 Discord msg

Arjun Ashok · Unclassified 0 PRs, 1 Discord msg

0xA11E · Unclassified 0 PRs, 1 Discord msg

username1862 · Unclassified 0 PRs, 1 Discord msg

bharath · Unclassified 0 PRs, 1 Discord msg

Austin Meek · Unclassified 0 PRs, 1 Discord msg

李驴驴 · Unclassified 0 PRs, 1 Discord msg

Vuk Rosić · Unclassified 0 PRs, 1 Discord msg

Yug · Unclassified 0 PRs, 1 Discord msg

LDJ · Unclassified 0 PRs, 1 Discord msg

fuzzyhorns · Unclassified 0 PRs, 1 Discord msg

ryanavery · Unclassified 0 PRs, 1 Discord msg

chan · Unclassified 0 PRs, 1 Discord msg

cyatan · Unclassified 0 PRs, 1 Discord msg

gabo515 · Unclassified 0 PRs, 1 Discord msg

xu · Unclassified 0 PRs, 1 Discord msg

jiekie · Unclassified 0 PRs, 1 Discord msg

gong_cr · Unclassified 0 PRs, 1 Discord msg

Jing Tang - BU · Unclassified 0 PRs, 1 Discord msg

Bariona · Unclassified 0 PRs, 1 Discord msg

Yu (Joey) Jing, AI · Unclassified 0 PRs, 1 Discord msg

tjtan@ellm · Unclassified 0 PRs, 1 Discord msg

sharockys · Unclassified 0 PRs, 1 Discord msg

jundi69 · Unclassified 0 PRs, 1 Discord msg

kussshhhh · Unclassified 0 PRs, 1 Discord msg

atabak · Unclassified 0 PRs, 1 Discord msg

DavidSuper · Unclassified 0 PRs, 1 Discord msg

juiiiced · Unclassified 0 PRs, 1 Discord msg

jordangong · Unclassified 0 PRs, 1 Discord msg

Shangyun · Unclassified 0 PRs, 1 Discord msg

Numan Laanait · Unclassified 0 PRs, 1 Discord msg

Raphael Kalandadze · Unclassified 0 PRs, 1 Discord msg

danteisalive · Unclassified 0 PRs, 1 Discord msg

CJ · Unclassified 0 PRs, 1 Discord msg

koefoeden · Unclassified 0 PRs, 1 Discord msg

shengzhe · Unclassified 0 PRs, 1 Discord msg

happycoco · Unclassified 0 PRs, 1 Discord msg

Marv42 · Unclassified 0 PRs, 1 Discord msg

seeingidog · Unclassified 0 PRs, 1 Discord msg

amindiro · Unclassified 0 PRs, 1 Discord msg

cx · Unclassified 0 PRs, 1 Discord msg

Mars Gao · Unclassified 0 PRs, 1 Discord msg

William · Unclassified 0 PRs, 1 Discord msg

douglass · Unclassified 0 PRs, 1 Discord msg

louis_chong · Unclassified 0 PRs, 1 Discord msg

s.hu · Unclassified 0 PRs, 1 Discord msg

boyu · Unclassified 0 PRs, 1 Discord msg

Wei Liu · Unclassified 0 PRs, 1 Discord msg

HenryCai · Unclassified 0 PRs, 1 Discord msg

Adachen · Unclassified 0 PRs, 1 Discord msg

Tuan Vu · Unclassified 0 PRs, 1 Discord msg

zuyao · Unclassified 0 PRs, 1 Discord msg

kaiser · Unclassified 0 PRs, 1 Discord msg

Nhi · Unclassified 0 PRs, 1 Discord msg

Jeff Cheng · Unclassified 0 PRs, 1 Discord msg

Andy · Unclassified 0 PRs, 1 Discord msg

mayoniese · Unclassified 0 PRs, 1 Discord msg

yichen6714 · Unclassified 0 PRs, 1 Discord msg

andy tso · Unclassified 0 PRs, 1 Discord msg

Varun · Unclassified 0 PRs, 1 Discord msg

jn2clark · Unclassified 0 PRs, 1 Discord msg

knowzou · Unclassified 0 PRs, 1 Discord msg

Hai · Unclassified 0 PRs, 1 Discord msg

hw · Unclassified 0 PRs, 1 Discord msg

Alexandra García · Unclassified 0 PRs, 1 Discord msg

avnermay · Unclassified 0 PRs, 1 Discord msg

Basil · Unclassified 0 PRs, 1 Discord msg

esther8076 · Unclassified 0 PRs, 1 Discord msg

emt58 · Unclassified 0 PRs, 1 Discord msg

Liz · Unclassified 0 PRs, 1 Discord msg

kkm · Unclassified 0 PRs, 1 Discord msg

Q_Jerry · Unclassified 0 PRs, 1 Discord msg

zengxiangxi2 · Unclassified 0 PRs, 1 Discord msg

LLMwithHumanFeed · Unclassified 0 PRs, 1 Discord msg

Roman · Unclassified 0 PRs, 1 Discord msg

Jonathan · Unclassified 0 PRs, 1 Discord msg

xiao wei · Unclassified 0 PRs, 1 Discord msg

SakshamSharma · Unclassified 0 PRs, 1 Discord msg

Lixin · Unclassified 0 PRs, 1 Discord msg

LazySchnauzer17 · Unclassified 0 PRs, 1 Discord msg

vivian9 · Unclassified 0 PRs, 1 Discord msg

Anthony Jiang · Unclassified 0 PRs, 1 Discord msg

sdan · Unclassified 0 PRs, 1 Discord msg

zjw_uni · Unclassified 0 PRs, 1 Discord msg

..P · Unclassified 0 PRs, 1 Discord msg

NoviScl · Unclassified 0 PRs, 1 Discord msg

鼠鼠鸭 · Unclassified 0 PRs, 1 Discord msg

Björn · Unclassified 0 PRs, 1 Discord msg

fridayl · Unclassified 0 PRs, 1 Discord msg

jacob_liu · Unclassified 0 PRs, 1 Discord msg

jccc8885 · Unclassified 0 PRs, 1 Discord msg

Lin_Bryce · Unclassified 0 PRs, 1 Discord msg

zikunhu · Unclassified 0 PRs, 1 Discord msg

TheSkillzrReal · Unclassified 0 PRs, 1 Discord msg

shang · Unclassified 0 PRs, 1 Discord msg

alexzzzz · Unclassified 0 PRs, 1 Discord msg

cosmiccloud · Unclassified 0 PRs, 1 Discord msg

RedPig · Unclassified 0 PRs, 1 Discord msg

ericflo · Unclassified 0 PRs, 1 Discord msg

Sentdex · Unclassified 0 PRs, 1 Discord msg

Zehua · Unclassified 0 PRs, 1 Discord msg

xmfan · Unclassified 0 PRs, 1 Discord msg

Not das · Unclassified 0 PRs, 1 Discord msg

Yuqing · Unclassified 0 PRs, 1 Discord msg

Cheng Yang · Unclassified 0 PRs, 1 Discord msg

Shane Gu · Unclassified 0 PRs, 1 Discord msg

· Unclassified 0 PRs, 1 Discord msg

lihao · Unclassified 0 PRs, 1 Discord msg

BZ · Unclassified 0 PRs, 1 Discord msg

Xiaoliang · Unclassified 0 PRs, 1 Discord msg

Charles S · Unclassified 0 PRs, 1 Discord msg

colored-dye · Unclassified 0 PRs, 1 Discord msg

JEFF · Unclassified 0 PRs, 1 Discord msg

maomao · Unclassified 0 PRs, 1 Discord msg

hgznnn___ · Unclassified 0 PRs, 1 Discord msg

消息人士 · Unclassified 0 PRs, 1 Discord msg

J Wang · Unclassified 0 PRs, 1 Discord msg

594zyc · Unclassified 0 PRs, 1 Discord msg

QLong · Unclassified 0 PRs, 1 Discord msg

Ryanwwww999 · Unclassified 0 PRs, 1 Discord msg

learn_hard_play_hard · Unclassified 0 PRs, 1 Discord msg

Cicero · Unclassified 0 PRs, 1 Discord msg

toosimple4894 · Unclassified 0 PRs, 1 Discord msg

yoarkyang · Unclassified 0 PRs, 1 Discord msg

jacklangerman · Unclassified 0 PRs, 1 Discord msg

愛睏老貓 · Unclassified 0 PRs, 1 Discord msg

doraemon · Unclassified 0 PRs, 1 Discord msg

keeeeenw · Unclassified 0 PRs, 1 Discord msg

changlyu · Unclassified 0 PRs, 1 Discord msg

zzzzzwwww · Unclassified 0 PRs, 1 Discord msg

guychuk · Unclassified 0 PRs, 1 Discord msg

zej · Unclassified 0 PRs, 1 Discord msg

Shreyas · Unclassified 0 PRs, 1 Discord msg

elichen · Unclassified 0 PRs, 1 Discord msg

Naivefdhl · Unclassified 0 PRs, 1 Discord msg

sylvia · Unclassified 0 PRs, 1 Discord msg

JoyeeChen · Unclassified 0 PRs, 1 Discord msg

Jichu Li · Unclassified 0 PRs, 1 Discord msg

Giulio Isacchini · Unclassified 0 PRs, 1 Discord msg

cr7258 · Unclassified 0 PRs, 1 Discord msg

JIANG Wei · Unclassified 0 PRs, 1 Discord msg

Prajjwal · Unclassified 0 PRs, 1 Discord msg

moinuddin14 · Unclassified 0 PRs, 1 Discord msg

Tina · Unclassified 0 PRs, 1 Discord msg

Manav Singhal · Unclassified 0 PRs, 1 Discord msg

lucas · Unclassified 0 PRs, 1 Discord msg

Krishna Balasubramanian · Unclassified 0 PRs, 1 Discord msg

H. Y. · Unclassified 0 PRs, 1 Discord msg

deric · Unclassified 0 PRs, 1 Discord msg

cudaoom · Unclassified 0 PRs, 1 Discord msg

D. W. · Unclassified 0 PRs, 1 Discord msg

나는야승준 · Unclassified 0 PRs, 1 Discord msg

milomg · Unclassified 0 PRs, 1 Discord msg

suteiibun · Unclassified 0 PRs, 1 Discord msg

marcof0 · Unclassified 0 PRs, 1 Discord msg

znculee · Unclassified 0 PRs, 1 Discord msg

skittles · Unclassified 0 PRs, 1 Discord msg

alexmorehead · Unclassified 0 PRs, 1 Discord msg

NotQuite · Unclassified 0 PRs, 1 Discord msg

haemu · Unclassified 0 PRs, 1 Discord msg

Noah M · Unclassified 0 PRs, 1 Discord msg

Nick · Unclassified 0 PRs, 1 Discord msg

DawnLi · Unclassified 0 PRs, 1 Discord msg

Harshit Varma · Unclassified 0 PRs, 1 Discord msg

Mark · Unclassified 0 PRs, 1 Discord msg

damir · Unclassified 0 PRs, 1 Discord msg

Rohith Kuditipudi · Stanford · (other) 0 PRs, 1 Discord msg

Jason · Unclassified 0 PRs, 1 Discord msg

ixh · Unclassified 0 PRs, 1 Discord msg

catto · Unclassified 0 PRs, 1 Discord msg

physmo · Unclassified 0 PRs, 1 Discord msg

Agent MoE speedup


Completed marin-community/marin_moe runs, grouped by Agent MoE budget. Speedup is relative to the original baseline run for each budget and charges each variant by its actual reported FLOPs. Best observed point is 17.40× from mhep-ladder-hist-20260808c-fsdp-chunk1-d1024.

baseline (1×) this week's runs older runs running best higher is better
d512 / 2.19e17 FLOPs
100 completed runs
baseline loss 3.8104
1x grug-copt-d512-evalfix-20260709-015252: 1.36x, loss 3.7028, Jul 9 grug-copt-d512-e256-evalfix-20260709-024801: 1.45x, loss 3.6494, Jul 9 grug-copt-d512-e256-nosim-sharedH-20260709-035332: 1.29x, loss 3.6081, Jul 9 grug-copt-d512-e256-pko-longrope-20260709-044728: 1.43x, loss 3.6294, Jul 9 grug-copt-d512-e256-pko-vmap3d-20260709-060901: 1.24x, loss 3.6150, Jul 9 swarm_fisher_dsp_d512_000851: 0.06x, loss 3.3118, Jul 9 swarm_fisher_dsp_d512_000857: 0.06x, loss 3.3091, Jul 9 grug-mainstack-d512-copt-20260709-144031: 1.03x, loss 3.7103, Jul 9 grug-mainstack-vmap-d512-copt-20260709-144127: 1.16x, loss 3.6954, Jul 9 swarm_fisher_dsp_d512_000848: 0.06x, loss 3.3082, Jul 9 grug-mainstack-vmap-d512-e256-copt-20260709-152624: 1.02x, loss 3.6359, Jul 9 swarm_fisher_dsp_d512_000847: 0.06x, loss 3.3085, Jul 9 swarm_fisher_dsp_d512_000846: 0.06x, loss 3.3138, Jul 9 swarm_fisher_dsp_d512_000858: 0.06x, loss 3.3118, Jul 9 swarm_fisher_dsp_d512_000856: 0.06x, loss 3.3108, Jul 9 swarm_fisher_dsp_d512_000849: 0.06x, loss 3.3090, Jul 9 grug-tpu-v5p8-d512-e256-sw2048-nemotron-pko-longrope-copt-20260709-163035: 0.76x, loss 3.5495, Jul 10 grug-tpu-v5p8-d512-e256-sw2048-nemotron-copt-20260709-163106: 0.66x, loss 3.5765, Jul 10 swarm_fisher_dsp_d512_000861: 0.07x, loss 3.2996, Jul 10 swarm_fisher_dsp_d512_000863: 0.06x, loss 3.3062, Jul 10 grug-tpu-v5p8-d512-e256-copt-20260709-151454: 0.45x, loss 3.6469, Jul 10 grug-tpu-v5p8-d512-e256-sw2048-nemotron-pko-longrope-minlr0-copt-20260709-215032: 0.79x, loss 3.5421, Jul 10 grug-tpu-v5p8-d512-e256-sw2048-nemotron-pko-longrope-minlr0-evalf32-copt-20260709-223745: 0.79x, loss 3.5420, Jul 10 grug-tpu-v5p8-d512-e256-sw2048-copt-20260709-162033: 0.47x, loss 3.6403, Jul 10 swarm_fisher_dsp_d512_000872: 0.06x, loss 3.3119, Jul 10 swarm_fisher_dsp_d512_000865: 0.06x, loss 3.3102, Jul 10 swarm_fisher_dsp_d512_000893: 0.06x, loss 3.3122, Jul 10 swarm_fisher_dsp_d512_000895: 0.06x, loss 3.3121, Jul 10 swarm_fisher_dsp_d512_000876: 0.06x, loss 3.3114, Jul 10 swarm_fisher_dsp_d512_000898: 0.06x, loss 3.3119, Jul 10 swarm_fisher_dsp_d512_000899: 0.06x, loss 3.3108, Jul 10 swarm_fisher_dsp_d512_000896: 0.06x, loss 3.3106, Jul 10 swarm_fisher_dsp_d512_000879: 0.06x, loss 3.3085, Jul 10 swarm_fisher_dsp_d512_000878: 0.06x, loss 3.3075, Jul 10 swarm_fisher_dsp_d512_000873: 0.06x, loss 3.3099, Jul 10 swarm_fisher_dsp_d512_000868: 0.06x, loss 3.3139, Jul 10 swarm_fisher_dsp_d512_000880: 0.06x, loss 3.3095, Jul 10 swarm_fisher_dsp_d512_000885: 0.06x, loss 3.3107, Jul 10 swarm_fisher_dsp_d512_000887: 0.06x, loss 3.3105, Jul 10 MOE-MRCR-001-d512-r6: 0.57x, loss 3.6643, Jul 15 aug-hero-d512-60x-lr1-v6: 1.92x, loss 3.6653, Aug 1 aug-hero-d512-30x-lr0.7: 1.11x, loss 3.9087, Aug 1 aug-hero-d512-30x-lr0.85: 1.44x, loss 3.8673, Aug 1 aug-hero-d512-30x-lr1.2: 1.54x, loss 3.8420, Aug 1 aug-hero-d512-30x-lr1: 1.48x, loss 3.8518, Aug 1 aug-hero-d512-60x-lr1.4: 1.46x, loss 3.7107, Aug 1 aug-hero-d512-30x-lr0.7-v2: 1.12x, loss 3.9083, Aug 1 aug-hero-d512-30x-lr1.2-v2: 1.52x, loss 3.8444, Aug 1 aug-hero-d512-30x-lr1.4-v2: 1.52x, loss 3.8469, Aug 1 aug-hero-d512-30x-lr1-v2: 1.50x, loss 3.8478, Aug 1 aug-hero-d512-60x-lr0.7-v2: 1.63x, loss 3.6919, Aug 1 aug-hero-d512-60x-lr1-v2: 1.88x, loss 3.6662, Aug 1 aug-hero-d512-60x-lr0.85-v2: 1.82x, loss 3.6714, Aug 1 aug-hero-d512-60x-lr1.4-v2: 1.78x, loss 3.6786, Aug 1 aug-hero-d512-300x-lr0.7-v2: 1.45x, loss 3.4215, Aug 1 aug-hero-d512-300x-lr1.4-v2: 1.46x, loss 3.4157, Aug 1 aug-hero-d512-300x-lr0.85-v2: 1.52x, loss 3.4138, Aug 1 aug-hero-d512-300x-lr1.2-v2: 1.56x, loss 3.4118, Aug 1 aug-hero-d512-300x-lr1-v2: 1.53x, loss 3.4093, Aug 1 iso-1e18-d512: 1.55x, loss 3.3990, Aug 6 grug_xem_d512_smoke_pairwise_sqrt: 0.02x, loss 5.2199, Aug 6 grug_xem_d512_smoke_pairwise_linear: 0.02x, loss 5.2409, Aug 6 grug_xem_d512_smoke_pairwise_unscaled: 0.03x, loss 5.1927, Aug 6 grug_xem_d512_smoke_baseline: 0.03x, loss 5.1615, Aug 6 grug_xem_d512_smoke_middle4_sqrt: 0.02x, loss 5.2454, Aug 6 grug_xem_d512_smoke_middle4_linear: 0.02x, loss 5.2641, Aug 6 grug_xem_d512_smoke_middle4_unscaled: 0.03x, loss 5.2025, Aug 6 grug_xem_d512_full_pairwise_unscaled: 0.59x, loss 3.6067, Aug 6 grug_xem_d512_full_pairwise_sqrt: 0.58x, loss 3.6083, Aug 6 grug_xem_d512_full_baseline: 0.64x, loss 3.5862, Aug 6 grug_xem_d512_full_middle4_sqrt: 0.52x, loss 3.6316, Aug 6 grug_xem_d512_full_middle4_unscaled: 0.54x, loss 3.6244, Aug 6 MOE-PSC-101-d512-v5p8-gate1: 0.65x, loss 3.6227, Aug 18 MOE-PSC-CTRL-101-d512-v5p8: 0.52x, loss 3.6760, Aug 19 AUG-LRC-TPU-003-d512-30x-lr1: 0.04x, loss 4.2927, Aug 26 AUG-LRC-TPU-002-d512-30x-lr0.85: 0.06x, loss 4.2250, Aug 26 AUG-LRC-TPU-001-d512-30x-lr0.7: 0.07x, loss 4.1696, Aug 26 AUG-LRC-TPU-005-d512-30x-lr1.4: 0.03x, loss 4.4366, Aug 26 AUG-LRC-TPU-004-d512-30x-lr1.2: 0.03x, loss 4.3768, Aug 26 AUG-LRC-TPU-006-d512-60x-lr0.7: 0.07x, loss 4.0130, Aug 26 AUG-LRC-TPU-007-d512-60x-lr0.85: 0.05x, loss 4.0657, Aug 26 AUG-LRC-TPU-009-d512-60x-lr1.2: 0.03x, loss 4.2004, Aug 26 AUG-LRC-TPU-008-d512-60x-lr1: 0.04x, loss 4.1302, Aug 26 AUG-LRC-TPU-010-d512-60x-lr1.4: 0.02x, loss 4.2781, Aug 26 h100-ladder-d512-ep8-bs1024-791tpp-10pct-20260826-rno2a: 0.10x, loss 4.3283, Aug 26 AUG-LRC-TPU-016-d512-300x-lr0.7: 0.07x, loss 3.6774, Aug 27 AUG-LRC-TPU-017-d512-300x-lr0.85: 0.06x, loss 3.7234, Aug 27 AUG-LRC-TPU-019-d512-300x-lr1.2: 0.03x, loss 3.8256, Aug 27 AUG-LRC-TPU-020-d512-300x-lr1.4: 0.03x, loss 3.8868, Aug 27 AUG-LRC-TPU-018-d512-300x-lr1: 0.04x, loss 3.7679, Aug 27 AUG-LRC-LOW-001-d512-30x-lr0.1: 0.01x, loss 4.7605, Aug 27 AUG-LRC-LOW-005-d512-60x-lr0.1: 0.02x, loss 4.3297, Aug 27 AUG-LRC-LOW-007-d512-60x-lr0.32: 0.13x, loss 3.8864, Aug 27 AUG-LRC-LOW-008-d512-60x-lr0.45: 0.12x, loss 3.9070, Aug 27 AUG-LRC-LOW-006-d512-60x-lr0.2: 0.08x, loss 3.9795, Aug 27 h100-d512-mix-sub-c32-to-c28-seed0-from10pct-20260827-ceguard-use02a: 0.10x, loss 3.9352, Aug 27 AUG-LRC-LOW-013-d512-300x-lr0.1: 0.06x, loss 3.6976, Aug 28 AUG-LRC-LOW-014-d512-300x-lr0.2: 0.11x, loss 3.5844, Aug 28 AUG-LRC-LOW-016-d512-300x-lr0.45: 0.11x, loss 3.6002, Aug 28 AUG-LRC-LOW-015-d512-300x-lr0.32: 0.12x, loss 3.5755, Aug 28 Jul 9 Aug 28
Best
1.92× aug-hero-d512-60x-lr1-v6 loss 3.6653
This week
no completed point
Baseline
moe-v16-compute-opt-d512-2.19e+17
d768 / 1.70e18 FLOPs
100 completed runs; 1 this period
baseline loss 3.4339
1x mhep-abl-d768-baseline-bf16grad-20260812: 3.93x, loss 3.2278, Aug 12 mhep-abl-d768-shared1-20260812: 3.84x, loss 3.2321, Aug 12 mhep-abl-d768-muon8-polar-20260812: 3.78x, loss 3.2292, Aug 12 mhep-abl-d768-beta1-090-20260812: 3.91x, loss 3.2273, Aug 12 mhep-abl-d768-beta1-091-20260812: 3.92x, loss 3.2268, Aug 12 mhep-abl-d768-e384-t8-half-20260812: 3.70x, loss 3.2219, Aug 12 mhep-abl-d768-e384-t8-mfu-20260812: 0.00x, loss 7.3908, Aug 12 mhep-abl-d768-e384-t8-half-smatch-20260812: 3.57x, loss 3.2256, Aug 12 mhep-abl-d768-e768-t16-quarter-smatch-20260812: 2.83x, loss 3.2253, Aug 12 mhep-abl-d768-baseline-normuon-20260812: 3.81x, loss 3.2325, Aug 13 mhep-abl-d768-pe5-20260812: 3.87x, loss 3.2320, Aug 13 mhep-abl-d768-beta1-092-20260812: 3.93x, loss 3.2276, Aug 13 mhep-abl-d768-beta1-093-20260812: 3.92x, loss 3.2314, Aug 13 mhep-abl-d768-cw4-20260812: 2.52x, loss 3.2280, Aug 13 mhep-abl-d768-cw15-20260812: 2.69x, loss 3.2305, Aug 13 mhep-abl-d768-splitsq-20260812: 2.67x, loss 3.2315, Aug 13 mhep-abl-d768-splitsq-gateup-20260812: 3.79x, loss 3.2306, Aug 13 mhep-abl-d768-splitsq-alllatent-20260812: 4.02x, loss 3.2280, Aug 13 mhep-abl-d768-sconvgate-20260812: 3.86x, loss 3.2303, Aug 13 mhep-abl6711-d768-baseline-20260813: 4.22x, loss 3.2172, Aug 13 mhep-abl6711-d768-no-attn-gate-20260813: 3.92x, loss 3.2303, Aug 13 mhep-abl6711-d768-full-rope-20260813: 3.78x, loss 3.2362, Aug 13 mhep-abl6711-d768-no-qk-norm-20260813: 3.84x, loss 3.2312, Aug 13 mhep-abl6711-d768-no-qk-mult-20260813: 3.99x, loss 3.2256, Aug 13 harrier-proportional-d768-gb200-val-smoke-fix-20260813-1830: 0.00x, loss 11.8170, Aug 14 mhep-d768-baseline-skipc01-marinpath-20260814: 4.53x, loss 3.2008, Aug 14 mhep-abl6711-d768-no-latent-norm-20260813-r5: 3.39x, loss 3.2637, Aug 14 datakit-store-proportional-d768-full-krr-20260813: 4.64x, loss 3.2141, Aug 14 mhep-abl6711-d768-no-xsa-20260814-r6: 4.62x, loss 3.2179, Aug 14 mhep-abl6711-d768-no-gated-norm-20260814-r6: 4.40x, loss 3.2240, Aug 14 mhep-abl6711-d768-no-renorm-20260814-r6: 4.20x, loss 3.2265, Aug 14 mhep-abl6711-d768-adamh-matrices-20260814-r6: 4.28x, loss 3.2226, Aug 14 mhep-abl6711-d768-window-512-20260814-r6: 4.67x, loss 3.2298, Aug 14 mhep-abl6711-d768-no-sconv-20260814-r6: 3.70x, loss 3.2508, Aug 14 mhep-abl6711-d768-mha-20260814-r6: 5.24x, loss 3.1870, Aug 14 harrier-nemotron-proportional-d768-full-krr-20260814: 10.26x, loss 3.1007, Aug 14 mhep-abl6711-d768-sconv-global-20260814-r6: 4.26x, loss 3.2253, Aug 14 mhep-abl6711-d768-qk-gain-20260814-r7: 4.50x, loss 3.2184, Aug 14 harrier-marin-proportional-d768-buffer128-full-krr-20260814: 3.17x, loss 3.2769, Aug 14 harrier-marin-proportional-d768-buffer128-prefetch64-seed1-full-krr-20260814: 2.93x, loss 3.2819, Aug 15 harrier-marin-proportional-d768-buffer256-prefetch128-seed2-full-krr-20260814: 2.94x, loss 3.2842, Aug 15 mhep-d768-offload-bf16-hostmaster-test-20260814: 4.35x, loss 3.2202, Aug 15 mhep-d768-base-fp32-masteroff-test-20260814: 4.16x, loss 3.2219, Aug 15 harrier-marin-proportional-d768-buffer256-initial256-prefetch32-seed3-full-krr-20260814: 2.99x, loss 3.2799, Aug 15 harrier-marin-proportional-d768-buffer256-prefetch256-seed4-full-krr-20260814: 3.03x, loss 3.2835, Aug 15 mhep-ep8062-d768-pool-w3-cf133-20260814: 5.50x, loss 3.1539, Aug 15 harrier-marin-proportional-d768-buffer512-prefetch256-seed5-full-krr-20260814: 3.09x, loss 3.2795, Aug 15 harrier-marin-proportional-d768-buffer512-initial1-prefetch256-seed6-full-krr-20260814: 3.14x, loss 3.2784, Aug 15 harrier-marin-proportional-d768-buffer256-ramp1-32-64-128-256-seed7-full-krr-20260814: 2.74x, loss 3.2933, Aug 15 harrier-marin-proportional-d768-buffer256-ramp8-16-32-64-128-256-seed8-full-krr-20260814: 2.93x, loss 3.2855, Aug 15 harrier-marin-proportional-d768-buffer256-prefetch128-tscache8g-seed9-full-krr-20260814: 3.11x, loss 3.2821, Aug 15 mhep-abl6711-d768-xsa-local-sconv-global-20260814: 4.38x, loss 3.2233, Aug 15 mhep-abl6711-d768-xsa-raw-value-20260814: 4.54x, loss 3.2181, Aug 15 mhep-abl6711-d768-no-sconv-v-20260814: 4.44x, loss 3.2212, Aug 15 mhep-ep8062-d768-pool-w3-cf133-halfexp-20260814: 4.84x, loss 3.1946, Aug 15 mhep-abl6711-d768-xsa-local-vsconv-global-20260814: 4.55x, loss 3.2200, Aug 15 mhep-abl6711-d768-no-xsa-no-sconv-20260814: 3.87x, loss 3.2474, Aug 15 mhep-ep8062-d768-pool-w3-cf115-halfexp-dropsplit-20260814: 3.59x, loss 3.2441, Aug 15 mhep-abl6711-d768-one-shared-20260814-r6: 4.46x, loss 3.2205, Aug 15 mhep-abl6711-d768-sconv-k-attn-20260815-r2: 4.13x, loss 3.2307, Aug 15 mhep-abl6711-d768-sconv-kernel2-nov-20260815: 4.28x, loss 3.2285, Aug 15 mhep-abl6711-d768-baseline-20260815: 4.57x, loss 3.2168, Aug 15 mhep-abl6711-d768-sconv-k-only-20260815-r2: 3.99x, loss 3.2431, Aug 16 mhep-abl6711-d768-sconv-k4-attn2-mlp2-nov-20260815-r2: 4.12x, loss 3.2255, Aug 16 mhep-abl6711-d768-sconv-k4-attn1-mlp1-nov-20260815: 4.04x, loss 3.2374, Aug 16 mhep-abl6711-d768-sconv-mlp-routed-only-20260815-r2: 4.47x, loss 3.2202, Aug 16 mhep-abl6711-d768-no-zloss-20260814-r6: 0.43x, loss 3.6160, Aug 16 mhep-abl6711-d768-sconv-kglobal-attnmlp-nov-20260815: 4.28x, loss 3.2269, Aug 16 mhep-abl6711-d768-sconv-klocal-stat-attnmlp-nov-20260815: 4.31x, loss 3.2261, Aug 16 mhep-abl6711-d768-experts-128-20260814-r6: 4.13x, loss 3.2360, Aug 16 mhep-abl6711-d768-input-output-skip-20260815: 4.50x, loss 3.2170, Aug 16 mhep-abl6711-d768-input-output-skip-mlp-20260815: 4.53x, loss 3.2159, Aug 16 mhep-abl6711-d768-input-mid-output-skip-mlp-20260815: 4.70x, loss 3.2117, Aug 16 mhep-abl6711-d768-input-mid-output-skip-mlp-adam-20260815: 5.00x, loss 3.2019, Aug 16 mhep-abl6711-d768-input-mid-output-skip-mlp-adam-0p1-20260815: 4.75x, loss 3.2114, Aug 16 mhep-abl6711-d768-input-mid-output-skip-mlp-adam-0p1-gelu-20260815: 4.83x, loss 3.2072, Aug 16 mhep-prpool-d768-send115-recv115-nov-polar8-20260815: 2.55x, loss 3.2790, Aug 16 mhep-prpool-d768-send115-recv115-nov-20260815-r2: 2.61x, loss 3.2772, Aug 16 mhep-prpool-d768-send115-recv115-nov-propmix-20260815: 3.41x, loss 3.2357, Aug 16 mhep-prpool-d768-send115-recv115-nov-polar8-safe101-20260815: 2.67x, loss 3.2723, Aug 16 mhep-abl6711-d768-adamh-outproj-grow-20260816: 4.31x, loss 3.2218, Aug 16 mhep-abl6711-d768-zloss-4x-20260816: 4.51x, loss 3.2175, Aug 16 mhep-abl6711-d768-outproj-adamw-20260816: 4.42x, loss 3.2200, Aug 16 mhep-abl6711-d768-outproj-adam-20260816: 4.12x, loss 3.2270, Aug 16 mhep-abl6711-d768-outproj-adamw-lrcoupled-20260816: 4.32x, loss 3.2239, Aug 16 mhep-abl6711-d768-outproj-cwd-20260816-r2: 4.34x, loss 3.2221, Aug 17 rav-ladder-d768-v2: 2.01x, loss 3.3469, Aug 18 rav-ladder-d768-v2-old-mix: 2.22x, loss 3.3341, Aug 18 MOE-PSC-102-d768-v5p8-gate1: 0.88x, loss 3.2663, Aug 19 rav-ladder-d768-v2-semantic-pi-56rows-candidate1-pergpu-prefetch32-w512-ts125g: 1.89x, loss 3.3628, Aug 19 rav-ladder-d768-v2-epsilon0-monotonic-pi-57rows-candidate1-pergpu-prefetch32-w512-ts125g: 2.40x, loss 3.3260, Aug 19 rav-ladder-d768-v2-epsilon0-pi-57rows-candidate1-pergpu-prefetch32-w512-ts125g: 2.80x, loss 3.3050, Aug 19 MOE-PSC-CTRL-102-d768-v5p8: 0.77x, loss 3.2950, Aug 20 l2-abl-d768-ragged: 6.22x, loss 3.1616, Aug 22 l2-abl-d768-ep: 2.77x, loss 3.3197, Aug 22 d768-normfix-oldmix-v1: 1.92x, loss 3.3525, Aug 25 h100-ladder-d768-2xep8-bs1024-791tpp-20260824: 0.18x, loss 3.4727, Aug 25 h100-ladder-d768-2xep8-bs512-791tpp-20260824: 0.23x, loss 3.3957, Aug 25 h100-ladder-d768-2xep8-bs1024-791tpp-10pct-20260826-east02a: 0.23x, loss 3.8559, Aug 26 mhep-main-c13d1-d768-20260902: 3.00x, loss 3.1863, Sep 2 Aug 12 Sep 2
Best
10.26× harrier-nemotron-proportional-d768-full-krr-20260814 loss 3.1007
This week
3.00× mhep-main-c13d1-d768-20260902 loss 3.1863
Baseline
moe-v16-compute-opt-d768-1.70e+18
d1024 / 9.00e18 FLOPs
100 completed runs; 3 this period
baseline loss 3.1605
1x gb200-d1024-mla-init2-uq: 3.52x, loss 3.1540, Jul 19 gb200-d1024-mla-lrdrop-uq: 3.29x, loss 3.1587, Jul 19 gb200-d1024-mla-lrdrop-uk: 3.25x, loss 3.1607, Jul 19 gb200-d1024-mla-lrdrop-dq: 3.27x, loss 3.1598, Jul 19 gb200-d1024-mla-lrdrop-kr: 3.22x, loss 3.1588, Jul 19 gb200-d1024-mla-lrdrop-uv: 3.41x, loss 3.1554, Jul 19 gb200-d1024-mla-init2-dq: 3.29x, loss 3.1599, Jul 19 gb200-d1024-mla-lrdrop-dkv: 3.34x, loss 3.1560, Jul 19 gb200-d1024-mla-init2-uv: 3.21x, loss 3.1631, Jul 19 gb200-d1024-mla-init2-kr: 3.27x, loss 3.1558, Jul 19 gb200-d1024-mla-init2-uk: 3.32x, loss 3.1576, Jul 19 gb200-d1024-mla-init2-dkv: 3.26x, loss 3.1604, Jul 19 gb200-d1024-gqa2mla-step2: 2.15x, loss 3.2407, Jul 20 gb200-d1024-gqa2mla-step1: 3.29x, loss 3.1754, Jul 20 gb200-d1024-gqa2mla-step6: 1.88x, loss 3.2507, Jul 20 gb200-d1024-gqa2mla-step0: 3.74x, loss 3.1555, Jul 20 gb200-d1024-gqa2mla-step3: 1.95x, loss 3.2525, Jul 20 gb200-d1024-gqa2mla-step4: 1.75x, loss 3.2620, Jul 20 gb200-d1024-gqa2mla-step5: 1.79x, loss 3.2597, Jul 20 gb200-d1024-gqa2mla-step7: 1.52x, loss 3.1615, Jul 20 gb200-d1024-gqa2mla-step8: 3.09x, loss 3.1610, Jul 20 gb200-d1024-mla-kvslice-alt: 3.28x, loss 3.1601, Jul 20 gb200-d1024-mla-kvfreeze: 3.15x, loss 3.1650, Jul 20 gb200-d1024-mla-kvslice-first: 3.27x, loss 3.1594, Jul 20 gb200-d1024-mla-kvfreeze-ortho: 3.28x, loss 3.1605, Jul 20 gb200-d1024-rope-local512-g6-v1: 3.93x, loss 3.1597, Jul 20 gb200-d1024-relpos-local512-g6-v1: 1.04x, loss 3.1477, Jul 20 gb200-d1024-ropeall-local512-g6: 3.91x, loss 3.1607, Jul 20 gb200-d1024-ropeall-local1024-g6: 3.90x, loss 3.1573, Jul 20 h100-d1024-12L-conv-baseline-v3: 2.16x, loss 3.1994, Jul 24 h100-d1024-12L-conv-k-only-v3: 3.49x, loss 3.1963, Jul 24 h100-d1024-12L-conv-v-only-v3: 2.94x, loss 3.2056, Jul 24 h100-d1024-12L-conv-k-global-v3: 3.41x, loss 3.1960, Jul 24 h100-d1024-12L-conv-attn-only-v3: 3.27x, loss 3.2017, Jul 24 h100-d1024-12L-conv-all-k2-v3: 3.43x, loss 3.1931, Jul 24 h100-d1024-12L-conv-mlp-only-v3: 2.70x, loss 3.1997, Jul 24 h100-d1024-12L-conv-all-k3-v3: 2.85x, loss 3.1867, Jul 24 h100-d1024-12L-conv-all-k4-v3: 3.18x, loss 3.1858, Jul 24 h100-d1024-12L-conv-all-global-v3: 3.37x, loss 3.1922, Jul 24 h100-d1024-12L-pko-nope-v1: 3.44x, loss 3.1953, Jul 24 h100-d1024-12L-prope-v1: 3.23x, loss 3.2042, Jul 24 h100-d1024-12L-pko-prope-v1: 3.25x, loss 3.2027, Jul 24 h100-d1024-12L-kglobal-identinit-prope-v1: 3.47x, loss 3.1953, Jul 24 h100-d1024-12L-kglobal-pkoinit-prope-v1: 2.95x, loss 3.1987, Jul 24 h100-d1024-12L-kglobal-pkoinit-k4-prope-v1: 3.32x, loss 3.1995, Jul 24 h100-d1024-12L-base-sw2k-datakit-v1: 3.57x, loss 3.1850, Jul 24 h100-d1024-12L-pko-sw2k-datakit-v1: 3.71x, loss 3.1765, Jul 24 h100-d1024-11L-pko-11L-e256-datakit-v1: 3.69x, loss 3.0656, Jul 24 h100-d1024-11L-pko-11L-g4-e256-datakit-v1: 4.13x, loss 3.0544, Jul 24 h100-d1024-11L-g4-conv-k-only-e256-datakit-v1: 4.10x, loss 3.0542, Jul 24 h100-d1024-11L-g4-conv-k-global-e256-datakit-v1: 4.14x, loss 3.0531, Jul 24 h100-d1024-11L-g4-conv-attn-only-e256-datakit-v1: 3.99x, loss 3.0571, Jul 24 h100-d1024-11L-g4-conv-mlp-only-e256-datakit-v1: 4.17x, loss 3.0506, Jul 24 h100-d1024-11L-g4-conv-all-k3-e256-datakit-v1: 4.46x, loss 3.0387, Jul 24 h100-d1024-11L-g4-conv-all-global-e256-datakit-v1: 4.16x, loss 3.0482, Jul 24 h100-d1024-11L-g4-conv-all-k4-e256-datakit-v1: 4.47x, loss 3.0378, Jul 24 aug-hero-d1024-30x-lr1.4-v2: 3.06x, loss 3.1663, Aug 1 aug-hero-d1024-30x-lr0.7-v2: 3.05x, loss 3.1657, Aug 1 aug-hero-d1024-30x-lr1.2-v2: 3.19x, loss 3.1602, Aug 1 aug-hero-d1024-30x-lr1-v2: 3.37x, loss 3.1532, Aug 1 aug-hero-d1024-60x-lr0.7-v2: 3.37x, loss 3.0552, Aug 1 aug-hero-d1024-150x-lr0.7-v2: 3.05x, loss 2.9483, Aug 2 aug-hero-d1024-150x-lr0.85-v2: 3.14x, loss 2.9421, Aug 2 aug-hero-d1024-60x-lr0.85-v2: 3.56x, loss 3.0480, Aug 2 aug-hero-d1024-150x-lr1-v2: 3.28x, loss 2.9378, Aug 2 aug-hero-d1024-60x-lr1.4-v2: 3.39x, loss 3.0530, Aug 2 aug-hero-d1024-60x-lr1-v2: 3.57x, loss 3.0463, Aug 2 aug-hero-d1024-60x-lr1.2-v2: 3.50x, loss 3.0494, Aug 2 aug-hero-d1024-150x-lr1.4-v2: 3.12x, loss 2.9454, Aug 2 aug-hero-d1024-150x-lr1.2-v2: 3.29x, loss 2.9386, Aug 2 aug-hero-d1024-300x-lr0.85-v2: 2.72x, loss 2.8757, Aug 2 aug-hero-d1024-300x-lr1.4-v2: 2.79x, loss 2.8720, Aug 2 aug-hero-d1024-300x-lr1-v2: 2.82x, loss 2.8706, Aug 2 aug-hero-d1024-300x-lr0.7-v2: 2.52x, loss 2.8834, Aug 2 aug-hero-d1024-300x-lr1.2-v2: 2.88x, loss 2.8684, Aug 2 aug-hero-d1024-600x-lr0.85-v2: 2.23x, loss 2.8187, Aug 3 aug-hero-d1024-600x-lr1.2-v2: 2.33x, loss 2.8131, Aug 3 aug-hero-d1024-600x-lr1-v2: 2.25x, loss 2.8158, Aug 3 aug-hero-d1024-600x-lr1.4-v2: 2.34x, loss 2.8132, Aug 3 aug-hero-d1024-600x-lr0.7-v2: 2.03x, loss 2.8281, Aug 3 iso-3e18-d1024: 2.74x, loss 3.2236, Aug 6 iso-1e20-d1024: 7.22x, loss 2.8069, Aug 6 grug_xem_d1024_smoke_core_groups_two_anchor_unscaled: 0.04x, loss 4.3356, Aug 8 grug_xem_d1024_smoke_baseline: 0.04x, loss 4.3132, Aug 8 mhep-ladder-hist-20260808c-fsdp-chunk1-d1024: 17.40x, loss 2.8147, Aug 9 mhep-ladder-hist-20260808c-fsdp-chunk4-d1024: 12.80x, loss 2.8439, Aug 9 grug_xem_d1024_full_core_groups_two_anchor_unscaled: 0.90x, loss 3.0699, Aug 9 mhep-ladder-hist-noinit-20260808c-ep64-d1024: 4.32x, loss 2.9849, Aug 9 grug_xem_d1024_full_baseline: 1.10x, loss 3.0392, Aug 9 mhep-d1024-i768-k6-cf1p45-20260809: 5.28x, loss 2.9960, Aug 9 ppg-d1024-ep-cf133-b: 9.44x, loss 3.3850, Aug 12 ppg-d1024-ep-cf133-ctl4: 9.37x, loss 3.3873, Aug 12 mhep-abl-d1024-baseline-20260812: 5.40x, loss 2.9730, Aug 13 mhep-abl-d1024-e384-t8-half-smatch-20260812: 4.52x, loss 2.9709, Aug 13 mhep-ep8062-d1024-pool-w3-cf133-halfexp-20260814: 5.99x, loss 2.9573, Aug 16 rav-ladder-d1024: 4.03x, loss 3.0999, Aug 19 h100-ladder-d1024-ep8x4-bs1024-791tpp-20260825-rno2a-interactive: 0.45x, loss 3.1442, Aug 26 d1024_gate_wd_0p05_hold15: 0.27x, loss 3.2299, Sep 1 d1024_gate_router_wd_0p05_hold15: 0.26x, loss 3.2253, Sep 2 d1024_baseline: 0.25x, loss 3.2301, Sep 2 Jul 19 Sep 2
Best
17.40× mhep-ladder-hist-20260808c-fsdp-chunk1-d1024 loss 2.8147
This week
0.27× d1024_gate_wd_0p05_hold15 loss 3.2299
Baseline
moe-v16-compute-opt-d1024-9.00e+18
d1280 / 2.83e19 FLOPs
85 completed runs
baseline loss 3.0065
1x muonh-matrix-baseline-adam-mask-d1280-2.83e19: 0.83x, loss 2.9888, May 11 muonh-nowarmup-d1280-2.83e19: 0.95x, loss 2.9706, May 13 muonh-gn-adamh-v1-d1280-2.83e19: 0.85x, loss 2.9855, May 15 muonh-may-recipe-lr-v1-d1280-R4-lr1p6: 1.51x, loss 3.4269, May 21 muonh-may-recipe-lr-v1-d1280-R4-lr0p4: 0.45x, loss 3.6450, May 21 muonh-may-recipe-lr-v1-d1280-R4-lr1p3: 1.59x, loss 3.4167, May 21 muonh-may-recipe-lr-v1-d1280-R4-lr0p7: 1.20x, loss 3.4664, May 22 muonh-may-recipe-lr-v1-d1280-R4-lr1p0: 1.59x, loss 3.4172, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr0p4: 2.33x, loss 3.1066, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr1p3: 3.44x, loss 3.0522, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr1p0: 3.63x, loss 3.0448, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr0p7: 3.42x, loss 3.0532, May 22 context-norm-no-xsa-gate2-v1-d1280-2.83e19: 0.76x, loss 3.0107, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr1p6: 0.03x, loss 3.0692, May 22 grug_moe_mix_v4_path_r1_t050_d1280-2.83e+19: 0.90x, loss 2.9884, May 22 grug_moe_mix_v4_path_r1_t075_d1280-2.83e+19: 0.84x, loss 2.9962, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr1p0: 4.20x, loss 2.8851, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr1p6: 3.47x, loss 2.9081, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr0p7: 4.18x, loss 2.8856, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr0p4: 3.13x, loss 2.9211, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr1p3: 3.87x, loss 2.8948, May 22 grug_moe_mix_v4_path_r1_t025_d1280-2.83e+19: 0.92x, loss 2.9851, May 24 muonh-may-recipe-lr-v1-d1280-R120-lr0p4: 3.24x, loss 2.8338, May 25 muonh-may-recipe-lr-v1-d1280-R120-lr0p7: 4.12x, loss 2.8063, May 25 muonh-may-recipe-lr-v1-d1280-R120-lr1p6: 3.32x, loss 2.8307, May 25 muonh-may-recipe-lr-v1-d1280-R120-lr1p3: 3.76x, loss 2.8162, May 25 muonh-may-recipe-lr-v1-d1280-R120-lr1p0: 3.99x, loss 2.8097, May 25 grug-moe-isoflop-v3e18-d1280-v1: 1.34x, loss 3.2983, May 27 grug-moe-isoflop-v3e19-d1280-v1: 3.27x, loss 2.9045, May 29 marin-big-run-moe_may_compute_opt_d1280: 2.04x, loss 2.8963, Jun 3 moe_may_compute_opt_d1280_ep1: 1.99x, loss 2.8857, Jun 5 moe_may_compute_opt_d1280_ep2_16kctx_long_yarn_mscale01_from13k: 1.51x, loss 2.8572, Jun 5 moe_may_compute_opt_d1280_ep1_16kctx_long_yarn_mscale01_from13k: 1.47x, loss 2.8473, Jun 5 moe_may_compute_opt_d1280_ep1_longmino_from13k: 1.05x, loss 2.9659, Jun 5 moe_may_compute_opt_d1280_ep1_longmino_halfmix_from13k: 1.94x, loss 2.8887, Jun 5 moe_may_compute_opt_d1280_ep2_longmino_from13k: 1.08x, loss 2.9776, Jun 5 moe_may_compute_opt_d1280_ep2_longmino_halfmix_from13k: 2.03x, loss 2.8979, Jun 5 moe_may_compute_opt_d1280_ep8_longmino_from13k: 0.71x, loss 3.0018, Jun 5 moe_may_compute_opt_d1280_ep8_longmino_halfmix_from13k: 1.32x, loss 2.9211, Jun 5 moe_may_compute_opt_d1280_ep8_32kctx_long_yarn_mscale01_halfmix_from13k: 0.66x, loss 2.8675, Jun 5 moe_may_compute_opt_d1280_ep1_seq8k: 1.82x, loss 2.8664, Jun 8 mtp-d1280-baseline: 3.76x, loss 2.9397, Jul 15 mtp-d1280-densestep: 2.46x, loss 2.9306, Jul 15 mtp-d1280-step: 2.42x, loss 2.9278, Jul 15 mtp-d1280-linear: 2.44x, loss 2.9270, Jul 15 aug-d1280-lin-lr1p1: 6.09x, loss 2.9130, Jul 29 aug-d1280-lin-lr0p9: 6.06x, loss 2.9135, Jul 29 aug-d1280-lin-lr1p0: 6.09x, loss 2.9124, Jul 29 aug-d1280-1sqrt-lr1p3: 6.07x, loss 2.9136, Jul 29 aug-d1280-1sqrt-lr1p4: 5.94x, loss 2.9135, Jul 29 aug-d1280-1sqrt-lr1p5: 6.06x, loss 2.9130, Jul 29 aug-hero-d1280-30x-lr1.2-v2: 7.66x, loss 2.9963, Aug 1 aug-hero-d1280-30x-lr0.7-v2: 7.02x, loss 3.0059, Aug 1 aug-hero-d1280-30x-lr1-v2: 7.71x, loss 2.9939, Aug 1 aug-hero-d1280-30x-lr0.85-v2: 7.54x, loss 2.9967, Aug 1 aug-hero-d1280-30x-lr1.4-v2: 7.05x, loss 3.0055, Aug 1 aug-hero-d1280-60x-lr1.4-v2: 7.80x, loss 2.9062, Aug 1 aug-hero-d1280-60x-lr1.2-v2: 8.18x, loss 2.9002, Aug 1 aug-hero-d1280-150x-lr1.4-v2: 7.15x, loss 2.8068, Aug 2 aug-hero-d1280-150x-lr1.2-v2: 7.54x, loss 2.8017, Aug 2 aug-hero-d1280-150x-lr0.7-v2: 6.80x, loss 2.8129, Aug 2 aug-hero-d1280-150x-lr0.85-v2: 7.16x, loss 2.8065, Aug 2 aug-hero-d1280-150x-lr1-v2: 7.48x, loss 2.8025, Aug 2 aug-hero-d1280-60x-lr1-v2: 8.32x, loss 2.8993, Aug 2 aug-hero-d1280-60x-lr0.85-v2: 8.06x, loss 2.9028, Aug 3 aug-hero-d1280-60x-lr0.7-v2: 7.56x, loss 2.9100, Aug 3 aug-hero-d1280-300x-lr0.7-v2: 5.89x, loss 2.7546, Aug 3 aug-hero-d1280-300x-lr1-v2: 6.67x, loss 2.7415, Aug 4 aug-hero-d1280-300x-lr1.4-v2: 6.44x, loss 2.7437, Aug 4 aug-hero-d1280-300x-lr1.2-v2: 6.66x, loss 2.7399, Aug 4 aug-hero-d1280-300x-lr0.85-v2: 6.24x, loss 2.7464, Aug 4 aug-hero-d1280-600x-lr1.4-v2: 5.25x, loss 2.6917, Aug 5 aug-hero-d1280-600x-lr0.85-v2: 4.92x, loss 2.6979, Aug 5 aug-hero-d1280-600x-lr0.7-v2: 4.62x, loss 2.7052, Aug 6 iso-3e18-d1280: 2.15x, loss 3.2895, Aug 6 aug-hero-d1280-600x-lr1.2-v2: 5.23x, loss 2.6918, Aug 6 aug-hero-d1280-600x-lr1-v2: 5.20x, loss 2.6924, Aug 6 iso-3e19-d1280: 0.00x, loss 11.7618, Aug 6 iso-1e20-d1280: 11.82x, loss 2.7716, Aug 6 abl-ec-d1280-c4: 3.24x, loss 2.9120, Aug 7 qb-bias-d1280: 3.59x, loss 2.8980, Aug 7 abl-ec-d1280-c1: 3.63x, loss 2.8979, Aug 8 abl-ec-d1280-c2: 3.23x, loss 2.9061, Aug 8 grug_xem_d1280_full_core_groups_two_anchor_unscaled: 1.05x, loss 2.9297, Aug 11 grug_xem_d1280_full_baseline: 1.31x, loss 2.8999, Aug 11 May 11 Aug 11
Best
11.82× iso-1e20-d1280 loss 2.7716
This week
no completed point
Baseline
moe-v16-compute-opt-d1280-2.83e+19

Top 15 runs (by FLOPs) this week (completed, running, crashed)


The 535B-A23B hero run advanced from 1.82T to 3.23T tokens this week, but the path was eventful. The original run hero-12d8b6f0-dee637 reached roughly 2.68T tokens and Paloma macro loss 2.291 (0.732 BPB) before being paused at step 58014 on Sep 3 to free eleven racks for debugging the ragged all-to-all hang #8870. A forced temporary checkpoint captured the state at the cost of about one step. Matt Wittmann then relaunched from that checkpoint as hero-wd-gate-router-p02-step58k #8890, now with gate and router weight decay enabled. That run is currently running on 704 GB200 GPUs at 21.7% MFU, with train loss 1.228 at 3.23T tokens.

The gate/router weight decay was introduced by Larry Dial in #8833, motivated by analysis of attention-gate norm growth at hero scale #8818. At step 42k the per-head attention-gate L2 norms reached 8–10 in early layers, effectively gating attention off in layer 0 and driving a divergence from the scaling ladder trajectory. The decay peaks at 0.02 and anneals linearly to zero over the full run. Scaling-ladder ablations at d1024 showed slightly lower Paloma loss with decay on both gate and router weights.

On Sep 5 the production hero stalled for fifteen minutes and died of an NVLink fabric fault on domain dh1-r137, one of three racks the earlier telemetry window had flagged. Matt Wittmann filed #8934: two NVL72 domains on cw-us-east-08a show fabric-level faults, with one domain accumulating 500+ NVLink recovery events. This is now the leading explanation for the ragged-expert-parallelism (EP) hangs and the strongest evidence that the root cause is hardware, not software. The hero restarted from its hourly checkpoint, losing 125 steps and 20 minutes.

The ragged all-to-all investigation #8870 consumed a substantial debugging effort. Matt Wittmann ran multiple eleven-rack reproduction windows, eliminated data dependence, residency starvation, watch-step aliasing, and checkpoint collectives as causes, and discovered two independent bugs along the way. First, a step-counter sharding bug caused JAX to compile two train-step executables, each registering its own NCCL symmetric-memory window over the same arena — the root cause of the capacity-limited eval crash in #8861, fixed in #8911. Second, the deployed QuACK 0.6.1 had a GEMM scheduler defect that left output regions unwritten under contention — reproduced on four GB200s and fixed upstream in QuACK 0.6.4. Despite these finds, the hero was rolled back to the pooled-wave transport #8884, which costs 0.16 MFU (22.71% vs 22.87%) but drops 2.67% of routing assignments versus 0.018% on ragged.

Will Held closed the open-weight perplexity comparison #8824 after evaluating fifteen base models. The hero's final Paloma forecast is 0.7406 BPB, putting it just above DeepSeek V4 Flash (0.7351) and well above Nemotron 3 Ultra (0.7567), but below Kimi K2 Base (0.6754) and DeepSeek V4 Pro Base (0.6759). The forecast is based on fits of BPB against dropless Paloma macro loss across 77 ladder evaluations.

Preregistration: Ricardo Dominguez preregistered Snowball post-distillation SWE-bench pass@1 at 33% #8933. The prediction uses a multiplicative scaling law relating pre-training steps and SFT budget to BPB on teacher trajectories, then mapping BPB to pass@1 via the Grug fine-tune series.

Most of the other W&B runs this week were short diagnostic and debugging runs. The ra2a-* runs (all crashed) were one-rack reproductions for the ragged-EP investigation. The b8753 and cor-j* runs (all finished) were correctness and comparison tests at one-rack scale. The mx09012328d1narrowfix run (crashed) was a narrow-fix diagnostic.

Run User Hardware(?) Hours(?) FLOP Budget(?) Loss BPB(?)
#8870 ra2a-eval-nccl2312-8870-c13d1-r2 Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 3.01e22 model
2.51e24 HW (1%)
#8833 #8890 hero-wd-gate-router-p02-step58k Matt Wittmann NVIDIA GB200
(704 chips)
2.8d 4.84e23 model
2.23e24 HW (22%)
#8870 ra2a-rt2-c13d1-48k Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 3.01e22 model
1.92e24 HW (2%)
#8870 ra2a-evalinfo-c13d1 Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 3.01e22 model
1.92e24 HW (2%)
#8870 ra2a-evalnccl-c13d1 Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 3.01e22 model
1.91e24 HW (2%)
#8824 hero-12d8b6f0-dee637 Rafal Wojdyla NVIDIA GB200
(704 chips)
14.3d 4.01e23 model
1.88e24 HW (21%)
BPB: 0.732
#8870 #8868 hero-ragged_a2a-ep-step54k Matt Wittmann NVIDIA GB200
(704 chips)
0.9h 3.74e23 model
1.59e24 HW (23%)
cor-j1-triple Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 1.88e22 model
1.34e24 HW (1%)
cor-j1b-triple Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 1.88e22 model
1.17e24 HW (2%)
cor-j4-chunk1 Matt Wittmann NVIDIA GB200
(64 chips)
0.1h 1.88e22 model
9.99e23 HW (2%)
#8870 mx09012328d1narrowfix Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 2.64e22 model
1.47e23 HW (18%)
#8870 ra2a-ref8-c13d1-48k Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 3.02e22 model
1.33e23 HW (23%)
b8753-hero-1 Matt Wittmann NVIDIA GB200
(64 chips)
0.6h 3.02e22 model
1.33e23 HW (23%)
b8753-main-1 Matt Wittmann NVIDIA GB200
(64 chips)
0.7h 3.02e22 model
1.31e23 HW (23%)
#8870 hero-wd-1rack-test-48k Larry Dial NVIDIA GB200
(64 chips)
0.4h 3.02e22 model
1.31e23 HW (23%)
Merged PR Open PR Draft PR Closed PR Open issue Closed issue

Keyboard shortcuts

?
Toggle this help
j / k
Next / previous section
t
Toggle details in current section
s
Cycle sort order in current section
o
Open current epic on GitHub
m
Open current milestone on GitHub
M
Open milestones list on GitHub
Data: weekly-data-2026-08-31_2026-09-06.json · sections-2026-08-31_2026-09-06.json · wandb-flops-2026-08-31_2026-09-06.json · tpu-usage-2026-08-31_2026-09-06.json · token-counts-2026-08-31_2026-09-06.json · cluster-status-2026-08-31_2026-09-06.json · discord-2026-08-31_2026-09-06.json · agent-moe-2026-08-31_2026-09-06.json