Marin: Week of August 10th summary

Milestone: August milestone: …
Contents
  1. Data
  2. Summary
  3. EP64 ragged crash root-caused; fused transport halves MoE transfer cost
  4. Cold-start SFT pipeline delivers first post-trained Snowball checkpoints
  5. Other Changes
  6. Community Pulse
  7. Agent MoE
  8. Runs
GitHub
137 merged 24 opened 65 issues closed 16 contributors 2 epics 520 comments this week
Compute
GCP TPU 5.07e23 HW FLOPs (1.46e23 reserved) W&B 2.14e24 HW FLOPs (3.32e23 model FLOPs)
Compute calculations should be taken with a large grain of salt.
Infra
Discord
341 messages 61 authors 9 new members 20 channels active 27 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 June 67B-A2B “Grug” run reached 8.96T of its 10.07T tokens on TPU v4-2048 — 89% — with Paloma macro loss at 2.222, now 0.047 below the 2.269 target preregistered before launch #6704. A third intermediate cooldown branched at step 141k and is already at 2.206 Paloma, improving on the step-102k cooldown’s 2.224. With the source run on track to finish within the next week or two, post-training work arrived ahead of it: Benjamin Feuer delivered the first cold-start SFT pipeline for a Marin 67B-A2B checkpoint, producing the project’s first post-trained checkpoints — 89% GSM8K (0-shot), 78% MATH-500, 38% AIME24 — and documenting the three-stage recipe as a reusable blueprint #8225.

On the next hero run, the week’s headline was expert parallelism (EP) at 64 ranks finally working on GB200. Matt Wittmann traced the one-shot crash to a hard-coded 32-peer bound in XLA’s barrier kernel #8313; a patched wheel fixed it, and the hero shape (535B parameters, E384 top-8) completed its first EP64 rack run at 20.2% MFU. A 640-GPU watch run of the full model held 21% MFU for 16 hours and 125 billion tokens before crashing. A burndown issue #8233 now tracks the 14 launch gates, with five already closed. On the data side, the Harrier embedding backfill finished for all 292 sources, decontamination was validated against the pinned benchmark corpus, and fuzzy-verification precision was audited at 500+ comparisons.

Hero Runs

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

#6689 EP64 ragged crash root-caused; fused transport halves MoE transfer cost

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 expert-parallel 64-rank (EP64) one-shot crash that had blocked ragged all-to-all on GB200 racks was root-caused by Matt Wittmann to a hard-coded 32-peer bound in XLA’s barrier kernel (kMaxPeers in MultiGpuBarrierKernel): a 64-rank clique wrote past the signal region in symmetric memory, producing CUDA_ERROR_ILLEGAL_ADDRESS at the first training step. The same bug explained the #8313 NCCL 2.30.7 regression. A one-constant rebuild wheel fixed it, and the issue was filed upstream as openxla/xla#47283. With the patched wheel, the hero shape (E384, top-8, expert width 3072) completed its first EP64 rack run at 20.20% MFU #8077. Nineteen configuration arms explored the launch-knob space #8317; QuACK GEMM cluster-shape tuning pushed the stock ragged path to 21.82% MFU / 241k tokens/s. In parallel, the experimental Marin EP fused backend #8311 validated multi-process transport end-to-end on the NCCL device API and measured EP64 at 17.75 s/step with the fused puts costing 1.16 s/step versus the ragged path’s 2.30 s. Three upstream XLA blockers were filed with validated fixes (openxla/xla#47406). On the doubled-expert front, Rafal Wojdyla selected the three-stripe destination layout for the 8-of-384 MoE and completed a 200-step stability run on one GB200 rack with no OOM or divergence #7279.

Several numerics and runtime fixes hardened the hero template. Wittmann found that the fused cross-entropy forward had been accumulating bfloat16 logits while the backward recomputed them in float32 — a silent mismatch on every step of both Grug MoE heroes; the float32 accumulation fix landed in #8217. Checkpoint writes were split across all ranks #8140 instead of bottlenecking on process 0, which had been staging ~10 GiB of replicated state alone on the EP hero mesh; the split, bounded at 16 GiB per process, was validated on the 546B EP model. XLA command buffers were re-enabled at the default capture set with collectives kept eager #8277. The EP hero now runs one JAX process per GPU #8209, bypassing the auto-PGLE profiling-session collisions that had been killing gangs under the process-per-node layout. Larry Dial refined the hero shape #8132: routed expert width aligned to hidden_dim (6144), sliding window extended to 2048 tokens, global attention every fourth layer. A 640-GPU hardware smoke test ran 16 hours and 125 billion tokens on the 535B-parameter model without incident.

The data pipeline is converging on the hero-run artifact. The Harrier embedding backfill completed for all 292 DataKit sources, including fuzzy-duplicate documents the canonical run had excluded #8162. Decontamination was validated against the pinned Artificial Analysis Intelligence Index v4.1.1 corpus (4,165 records across nine benchmarks) #8168, and the required corpus was registered in #8189. A fuzzy-verification audit #8155 across 500+ document comparisons confirmed the current dedup rules are precise; verified duplicates were registered for final store construction #8319. Will Held registered the Harrier domain-cluster assignments for all 292 sources #8285, and hero data stages are now resolvable by source name #8242. A new burndown issue #8233 tracks the remaining launch gates across architecture, runtime, and data.

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

#6705 Cold-start SFT pipeline delivers first post-trained Snowball checkpoints

Epic title: [Hero run] Post training on 67B-A2B 10T


Summary: Listed here for discussion for July planning, realistically the final hero run training on the 67B-A2B on full 10T tokens won't begin until early (or mid?) August: we should have a different issue for the training and debugging on the intermediate smaller-token-count cuts

Benjamin Feuer completed the first end-to-end cold-start supervised fine-tuning (SFT) pipeline for a Marin 67B-A2B checkpoint, running three ordered stages — Chat, Thinking, and Agentic — on the Snowball 5.7T-token cooldown #8225. Every completed stage was exported to a public laion Hugging Face repository and evaluated on the standard benchmark cohort. The best checkpoints reached 89% on GSM8K (0-shot), 78% on MATH500, and 38% on AIME24. On agentic evals using the OpenThoughts-TBLite dev set, the 5.7T Nemotron Terminal Stage 3 checkpoint earned 20.4% mean reward (56/300 full-reward trials), compared with 1.3% for the OpenCode path. A full writeup documents the pipeline as a reusable blueprint for future Marin cooldowns. Two stacked PRs — #8171 (fixed-EOT data path) and #8172 (launch stage restoration) — preserve the recovered artifacts and SFT launch configurations.

The earlier Grug agentic SFT non-termination investigation #7743 closed out. Will Held re-evaluated the checkpoint after rendering supervised turns with the tokenizer’s native <|eot_id|> terminator: 285 of 300 trials now reach a normal turn boundary, confirming the end-of-turn fix resolves non-termination. However, the fixed-EOT checkpoint solved only 11/300 tasks (3.7%) versus 57/300 (19.0%) for the Nemotron Terminal control, indicating that the data mixture — not just the terminator — drives agentic capability. Benjamin Feuer traced S3 provenance across three distinct training lineages and recovered the original July source artifact, making the full recipe reproducible.

On the reinforcement learning side, Benjamin Feuer reported that after patching numerics and training-stability issues in MarinSkyRL, long-horizon RL runs are substantially more stable. He is now experimenting with 400-step / 10-epoch runs instead of the previous 80-step / 2-epoch arms, with early reward trends looking promising. A reproducibility package for the TaskTrove X10 and X2 arms was published #7785. Separately, Russell Power opened a storage audit #8290 identifying roughly 114 TB of cleanup candidates under RL and agentic job paths; #8296 merged to route SkyRL checkpoint, trace, and session state to lifecycle-managed temporary storage, keeping only canonical terminal exports on durable paths.

2 autocategorized
1 potentially related in Other Changes

Other Changes


Iris’s Kubernetes scheduling saw several improvements this week. Co-scheduled GPU workloads now receive explicit admission priority ordering within each band #8014, and same-band production preemption was disabled so CPU-only production tasks can no longer be evicted by GPU gangs #8307. Node agents now collect per-task CPU and memory stats directly from kubelet resource metrics, working around the missing Metrics API on certain CoreWeave clusters #8214. Stale task cache directories are reclaimed on Kubernetes nodes #8286, and federation I/O stalls are now isolated from the scheduler loop #8259. On the observability side, Russell Power added CoreWeave-style Grafana node dashboards with per-GPU utilization, temperature, NVLink throughput, and fault tracking #8064, while Rafal Wojdyla added CoreWeave S3 storage quota alerts #8238 and storage usage reports #8264.

Will Held landed the Harrier embedding pipeline #7998, which embeds canonical documents from the global fuzzy-dedup artifact using microsoft/harrier-oss-v1-0.6b across all 292 normalized sources. On the Zephyr side, Russell Power capped scatter chunks at 512 Parquet row groups to keep reducer scans bounded #8267, and Will Moss made chunk-file schema reads concurrent for faster wall-clock schema unification #7996. Rafal Wojdyla split oversized documents into chunk_index rows to prevent Parquet write failures on documents exceeding the signed 32-bit page-size limit #8100, and added Parquet previews to fsutil so that cat, head, and the browser render Parquet files with schema and row-group metadata instead of a binary placeholder #8192. FineStore gained transactional manifests and cache adapters #8210, publishing archives through a conditional HEAD pointer with atomic multi-table transactions.

The eval stack saw meaningful scoring improvements: every eval score now carries a confidence interval that accounts for items a run did not grade #8122, preventing runs that skipped items from outranking those that graded them. The evaldash began its FineStore v1 migration with a legacy read view that keeps older eval images working during the rollout #8324. Benjamin Feuer preserved benchmark generation limits during eval retries #8315. On the inference side, the GPU vLLM pin advanced to the cu130 release #8220 and the TPU stack refreshed to tpu-inference v0.26.0 #8207. HuggingFace model caches are now pinned to immutable commits rather than mutable branch or tag references #8159, and eval serve host memory is automatically sized from the checkpoint #8139.

Matt Wittmann optimized Haliax layer initialization by building ArrayStacked layers in one vmapped trace instead of tracing per layer, reducing HLO (High-Level Operations) size proportional to model depth #8206. Tim O’Donnell made Levanter’s RoPE (Rotary Position Embedding) export backward-compatible by emitting top-level rope_theta alongside rope_parameters, so Transformers 4 no longer silently falls back to theta 10000 #7801. Portable fast-tokenizer metadata export was added to normalize generic tokenizer class names across Transformers 5 #8163. JAX distributed shutdown is now handled on process exit for every Levanter entrypoint #8295. SkyRL state management was tightened to route checkpoints, raw Harbor traces, and retained trajectories to temporary storage with a rolling resume depth capped at five #8296. An open contribution adds a depthwise causal 1D convolution kernel to Levanter with a hand-written Pallas TPU implementation #8331.

Dependency updates were automated via a dedicated GitHub App #8176 that runs updates without operator review when identity, scope, and CI prove safety. A weekly fork-ferry migration coordinator #8245 now launches per-fork sessions for TPU vLLM, Evalchemy, and Harbor. CI gained affected-test selection for Levanter accelerator suites #8170, with a fallback to full suites when selection cannot determine scope #8177. Russell Power batched XLA autotune cache files into compressed archive shards for concurrent write safety #8178. Rafal Wojdyla’s xprof tool now opens hosted profiles directly in Trace Viewer #8158. Echo, the internal search agent, gained a conversation tab and search-result feedback collection #8291.

156 PRs this week, 273 new comments, and 65 issues closed (65 total)
Sort:

Community Pulse


Matt Wittmann drove expert-parallel MoE forward on GB200 with seven merged PRs, including XLA command buffers for the hero EP run #8277, one JAX process per GPU #8209, a vmapped ArrayStacked build that cut compile times by 75% #8206, and a fused cross-entropy logit-dtype correction #8217 that had been silently accumulating forward logits in bfloat16. He also filed issues tracking NCCL 2.30.7 regressions at EP64 and PGLE/CUPTI contention on GB200. Will Moss continued Zephyr data-pipeline work with concurrent chunk-file schema reads #7996. Mayank opened a depthwise causal convolution kernel tested on TPU v6e #8331 and reported linear attention is next. Tim O'Donnell merged rope export in transformers-4 format for MarinFold’s HF pipeline #7801.

In #code-review, Matt Wittmann surfaced a subtle correctness bug: the fused cross-entropy loss kernel accumulated forward logits in bfloat16 while backward used float32, and the fix was already running in hero templates. In #architecture, Kaiyue Wen proposed reusing midpoint activations for K/V to accelerate prefill #8196, building on the YOCO paper; Larry Dial noted the gain depends on where the layer cut falls. Franziska Weindel laid out a detailed experiment plan for OT-Agent SFT in #openthoughts-next, covering teacher/student interactions, task filtering, and trajectory-filtering alternatives including TermiGen.

Nine people introduced themselves this week, spanning genomic language models (Jean du Terrail, Living Models), robotics VLAs (Denis, Sereact), nonprofit LLM training (Shenyang Huang, LawZero), biological foundation models (Jason Krone, Biohub), computational biology (Jonas, NIH), open model auditing (Eliel, DePaul), and distributed training at Hugging Face (Amy). Richard Liaw, co-author of Ray, joined to follow the project. Jason Krone’s focus on biological foundation models intersects with MarinFold’s protein-structure pretraining, and Amy’s experience maintaining the transformers library brings context on the HF model-export pipeline.

The research links shared this week clustered around scaling-law refinements for small-scale predictions, data-mixing strategies favoring continuous blending over staged phase changes, and agentic trajectory curation for SFT data.

News & research shared

Active collaborators this week

Stanford · CRFM 5 people · 2 issues filed · 10 comments · 17 Discord msgs

Collaborator activity this week

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

Matt Wittmann · Unclassified 14 PRs, 70 comments, 3 Discord msgs

  • #8277 [grug] Enable XLA command buffers at the default capture set for hero EP 💬1 +11 −6
  • #8241 [levanter] Pin the b-tiled backward gradient test to HIGHEST precision +13 −2
  • #8217 [levanter] Accumulate fused cross-entropy logits in float32 +81 −3
  • #8209 [grug] Run the EP hero with one JAX process per GPU +52 −7
  • #8206 [haliax] Build ArrayStacked layers in one vmapped trace +52 −28
  • #8333 [draft] [levanter] Open sharded cache shards without blocking the read loop +210 −19
  • #8320 [levanter] Marin EP MoE backend: pooled waterfilling drops + fused Mosaic-GPU transport 💬1 +4800 −1
  • #7780 [grug] Add the expert-parallel core and the moe_hero_ep template 💬1 +4060 −200
  • #7494 [draft] Guard against the slow XLA ragged-all-to-all one-shot path 💬1 +38 −1
  • #7079 [grug] Wire FP8 end-to-end into grug MoE: expert and dense GEMMs, wire collectives, config, and train step 💬1 +1197 −56
  • #7489 [draft] Extract slim Sonic CuTe residuals and MoE-aware rematerialization 💬1 +607 −43
  • #8278 [grug] Default ladder rungs to histogram QB quantile estimation 💬1 +5 −2
  • #8279 [grug] Raise the collective overlap limit to 4 for hero EP runs 💬1 +12 −23
  • #8249 [iris] Pack accelerator-free Pods into a configured topology domain 💬1 +125 −13
70 comments on 23 threads
  • #8311 Experiment: Marin EP fused expert-parallel MoE backend for the GB200 hero (EP64) ×15
  • #8244 Experiment: PyTorch-free fabric-handle symmetric workspace for MoK at EP64 ×13
  • #8317 [grug] Ragged EP64 hero: match fixed-transport throughput below 2% drops ×10
  • #8077 [grug] Diagnose EP64 ragged all-to-all on one GB200 rack ×4
  • #8226 Measure the fused cross-entropy logit-dtype fix on the EP64 hero ×3
  • #8313 [grug] NCCL 2.30.7 breaks ragged all-to-all at EP64 across NVL72 nodes ×3
  • #7956 GB200 8-rack (512 GPU): single-rank CUDA_ERROR_ILLEGAL_INSTRUCTION destroys the CUDA context and takes down the gang ×3
  • #8153 [grug] Fuse RMS-GatedNorm reverse on SM100 ×2
  • #5675 [grug] B200 runs hang in XLA after CUDA graph destroy error ×2
  • #7344 grug 512-GPU (8-rack GB200) run silently hangs mid-training (collective wedge, no error) ×2
  • #8277 [grug] Enable XLA command buffers at the default capture set for hero EP
  • #8320 [levanter] Marin EP MoE backend: pooled waterfilling drops + fused Mosaic-GPU transport
  • #7780 [grug] Add the expert-parallel core and the moe_hero_ep template
  • #7494 [draft] Guard against the slow XLA ragged-all-to-all one-shot path
  • #7079 [grug] Wire FP8 end-to-end into grug MoE: expert and dense GEMMs, wire collectives, config, and train step
  • #7489 [draft] Extract slim Sonic CuTe residuals and MoE-aware rematerialization
  • #8278 [grug] Default ladder rungs to histogram QB quantile estimation
  • #8279 [grug] Raise the collective overlap limit to 4 for hero EP runs
  • #8249 [iris] Pack accelerator-free Pods into a configured topology domain
  • #8236 Benchmark MoK on the doubled-expert hero configuration
  • #7857 [iris] Let a task select its node pool and CPU architecture
  • #7474 [levanter] Prefetch queue starves after burst buffer drains
  • #7484 [SM100] Triton ragged dot is incorrect with 256-wide N tiles

Will Moss · Industry (other) 4 PRs, 21 comments

  • #7996 [zephyr] Read chunk-file schemas concurrently in _unify_frame_schemas +8 −7
  • #8204 [zephyr] Compute shuffle memory limits from a shared budget model 💬3 +485 −239
  • #8195 [zephyr] Fold scatter sidecar I/O into _Sidecar +73 −80
  • #8154 [zephyr] Ingest DataFrames into `group_by` and scatter 💬9 +914 −251
21 comments on 11 threads
  • #8154 [zephyr] Ingest DataFrames into `group_by` and scatter ×4
  • #8136 [execution] StepRunner silently allows cross-region GCS access ×4
  • #8182 [iac] Manage GCE ingress with Pulumi ×3
  • #8254 [iac] Preserve imported GCLB state ×2
  • #7964 [iac] Add reviewed Program-first imports ×2
  • #8211 [iac] Grant local Pulumi preview access
  • #8202 [iac] Let previews inspect GCE ingress
  • #8204 [zephyr] Compute shuffle memory limits from a shared budget model
  • #7579 [pulumi] Bring GCE firewall management into Pulumi
  • #8157 [zephyr] Unify AB test guidance
  • #5850 [zephyr] Split up `lib/zephyr/src/zephyr/execution.py`

Tim O'Donnell · McGill · (other) 1 PR, 24 Discord msgs

  • #7801 [levanter] Write rope in the transformers-4 shape too on HF export 💬2 +46 −0

Mayank 1 PR, 14 Discord msgs

  • #8331 [levanter] Add depthwise causal convolution kernel +1186 −0

Marianna Nezhurina 0 PRs, 13 Discord msgs

Mrinal Kumar · Unclassified 0 PRs, 10 Discord msgs

Bilibird · Unclassified 0 PRs, 8 Discord msgs

Neha Hulkund · MIT · Open-Thoughts Next 0 PRs, 8 Discord msgs

lukedhlee · Unclassified 0 PRs, 8 Discord msgs

Franziska Weindel · TU Munich · (other) 0 PRs, 6 Discord msgs

ayushsunilmunot · Unclassified 0 PRs, 6 Discord msgs

mansimov · Unclassified 0 PRs, 5 Discord msgs

Matheart · Unclassified 0 PRs, 5 Discord msgs

Huu Nguyen · Unclassified 0 PRs, 3 Discord msgs

Alex Dimakis · Unclassified 0 PRs, 2 Discord msgs

Jenia Jitsev · LAION 0 PRs, 2 Discord msgs

JonasL · Unclassified 0 PRs, 2 Discord msgs

Jean du Terrail 0 PRs, 2 Discord msgs

chippy24 · Unclassified 0 PRs, 2 Discord msgs

grach0v · Unclassified 0 PRs, 2 Discord msgs

Jason Krone · biohub 0 PRs, 2 Discord msgs

IcyFeather · Unclassified 0 PRs, 2 Discord msgs

Amy 0 PRs, 2 Discord msgs

zoe110501 · Unclassified 0 PRs, 1 comment

1 comment on 1 thread
  • #8131 Agent MoE Experiment: Factorized row-norm linears

Prayas · Unclassified 0 PRs, 1 Discord msg

paupau · Unclassified 0 PRs, 1 Discord msg

cdd · Unclassified 0 PRs, 1 Discord msg

mobina_s77 · Unclassified 0 PRs, 1 Discord msg

adavya · Unclassified 0 PRs, 1 Discord msg

Dhruv D · Unclassified 0 PRs, 1 Discord msg

Alexey Rukhovich · Unclassified 0 PRs, 1 Discord msg

Vicky · Unclassified 0 PRs, 1 Discord msg

roguenebula · Unclassified 0 PRs, 1 Discord msg

Sujay · Unclassified 0 PRs, 1 Discord msg

cosmiccloud · Unclassified 0 PRs, 1 Discord msg

321emanresu · Unclassified 0 PRs, 1 Discord msg

NobA · Unclassified 0 PRs, 1 Discord msg

pmernyei · Unclassified 0 PRs, 1 Discord msg

Henri D · Unclassified 0 PRs, 1 Discord msg

ko0149_ · Unclassified 0 PRs, 1 Discord msg

Pentaeus · Unclassified 0 PRs, 1 Discord msg

Sunitha · Unclassified 0 PRs, 1 Discord msg

Lisa Sun · Unclassified 0 PRs, 1 Discord msg

Shenyang(Andy) Huang · Unclassified 0 PRs, 1 Discord msg

Richard Liaw 0 PRs, 1 Discord msg

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

Colin Raffel · UNC · (other) 0 PRs, 1 Discord msg

catto · Unclassified 0 PRs, 1 Discord msg

Sankalp Jajee · Unclassified 0 PRs, 1 Discord msg

Michael Siu · Unclassified 0 PRs, 1 Discord msg

yifan_amber · 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 june_prep_moe_may_d512_ep2_seq8k_32kctx_yarn_from81110: 0.14x, loss 3.1197, Jun 19 moe_may_compute_opt_d512_ep1_baseline: 0.79x, loss 3.5448, Jun 20 moe_may_compute_opt_d512_ep1_normswish: 0.79x, loss 3.5448, Jun 20 moe_may_compute_opt_mla_d512: 0.50x, loss 3.6619, Jun 20 moe_may_compute_opt_gqa_d512: 0.55x, loss 3.6555, Jun 20 moe_may_compute_opt_mla_norm_compressed_d512: 0.46x, loss 3.6811, Jun 20 moe_may_compute_opt_d512_ep1_normswish_vector: 0.80x, loss 3.5428, Jun 20 moe_may_compute_opt_d512_ep1_normswish_scalar: 0.79x, loss 3.5437, Jun 20 june_prep_moe_may_d512_ep2_seq8k_64kctx_yarn_from81110: 0.06x, loss 3.1187, Jun 20 june_prep_moe_may_d512_ep2_no_long_rope_64kctx_mscale1p1_from71808: 0.05x, loss 3.1350, Jun 21 june_prep_moe_may_d512_ep2_no_long_rope_64kctx_mscale1p3_from71808: 0.05x, loss 3.1336, Jun 21 june_prep_moe_may_d512_ep2_no_long_rope_64kctx_mscale1p0_from71808: 0.05x, loss 3.1362, Jun 21 moe_may_compute_opt_d512_validate_seq4k_v5p8_fp32ns: 0.78x, loss 3.5472, Jun 25 moe_may_compute_opt_d512_validate_seq4k_v5p8: 0.79x, loss 3.5487, Jun 25 moe_may_5000tn_4x_d512_ep2_v1_adamh_warmup1pct_e256: 0.23x, loss 3.2103, Jun 25 moe_may_5000tn_4x_d512_ep2_v1_adamh_warmup1pct_e256_v2: 0.24x, loss 3.2042, Jun 25 moe_compute_opt_d512_stacked_rmsadam_v5p_8: 0.71x, loss 3.5711, Jun 27 moe_compute_opt_d512_stacked_baseline_v5p_8: 0.72x, loss 3.5676, Jun 27 swarm_fisher_dsp_d512_000850: 0.06x, loss 3.3087, Jul 8 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_000853: 0.06x, loss 3.3119, 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 swarm_fisher_dsp_d512_000862: 0.07x, loss 3.2998, 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_000877: 0.06x, loss 3.3144, Jul 10 swarm_fisher_dsp_d512_000883: 0.06x, loss 3.3104, 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_000894: 0.06x, loss 3.3111, 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_000892: 0.06x, loss 3.3106, Jul 10 swarm_fisher_dsp_d512_000879: 0.06x, loss 3.3085, Jul 10 swarm_fisher_dsp_d512_000891: 0.06x, loss 3.3107, 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 swarm_fisher_dsp_d512_000871: 0.07x, loss 3.3045, Jul 10 swarm_fisher_dsp_d512_000900: 0.06x, loss 3.3096, Jul 12 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 Jun 19 Aug 6
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; 89 this period
baseline loss 3.4339
1x qb-bias-d768: 2.14x, loss 3.3249, Aug 7 abl-ec-d768-c4: 1.58x, loss 3.3340, Aug 7 abl-ec-d768-c2: 1.81x, loss 3.3382, Aug 7 abl-ec-d768-c1: 2.07x, loss 3.3264, Aug 7 mhep-ladder-20260808c-fsdp-chunk4-d768: 11.81x, loss 3.0777, Aug 9 mhep-ladder-noinit-20260808c-ep64-d768: 4.53x, loss 3.2272, Aug 9 mhep-ladder-20260808c-ep64-d768: 4.38x, loss 3.2289, Aug 9 mhep-ladder-20260808c-fsdp-chunk1-d768: 14.99x, loss 3.0553, Aug 9 mhep-ladder-hist-noinit-20260808c-ep64-d768: 4.07x, loss 3.2326, Aug 9 mhep-ladder-hist-20260808c-ep64-nolatent-d768: 3.80x, loss 3.2536, Aug 9 mhep-ladder-hist-noinit-cf25-20260808c-ep64-d768: 6.67x, loss 3.1556, Aug 9 mhep-d768-ep-dynlatent-20260809: 2.07x, loss 3.2147, Aug 10 mhep-d768-ep-dynlatent-baseline-20260809: 1.99x, loss 3.2267, Aug 10 mhep-abl-d768-ep-20260810d: 0.00x, loss 6.8588, Aug 11 mhep-abl-d768-ep-20260810e: 0.00x, loss 6.8619, Aug 11 mhep-abl-d768-ep-20260810f: 4.00x, loss 3.2400, Aug 11 mhep-abl-d768-baseline-20260812: 3.99x, loss 3.2269, Aug 12 mhep-abl-d768-lnpost-20260812: 3.53x, loss 3.2438, Aug 12 mhep-abl-d768-baseline-bf16grad-20260812: 3.93x, loss 3.2278, Aug 12 mhep-abl-d768-lnpre-matchvar-20260812: 3.98x, loss 3.2274, Aug 12 mhep-abl-d768-lnboth-20260812: 3.78x, loss 3.2367, 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 Aug 7 Aug 16
Best
14.99× mhep-ladder-20260808c-fsdp-chunk1-d768 loss 3.0553
This week
10.26× harrier-nemotron-proportional-d768-full-krr-20260814 loss 3.1007
Baseline
moe-v16-compute-opt-d768-1.70e+18
d1024 / 9.00e18 FLOPs
100 completed runs; 5 this period
baseline loss 3.1605
1x gb200-d1024-gqa-12h: 3.53x, loss 3.1452, Jul 19 gb200-d1024-gqa-16h: 3.50x, loss 3.1378, Jul 19 gb200-d1024-mla-qlora0-v2: 2.96x, loss 3.1727, Jul 19 gb200-d1024-mla-12h: 2.95x, loss 3.1520, Jul 19 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-mla-16h: 2.64x, loss 3.1496, 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 Jul 19 Aug 16
Best
17.40× mhep-ladder-hist-20260808c-fsdp-chunk1-d1024 loss 2.8147
This week
9.44× ppg-d1024-ep-cf133-b loss 3.3850
Baseline
moe-v16-compute-opt-d1024-9.00e+18
d1280 / 2.83e19 FLOPs
85 completed runs; 2 this period
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
1.31× grug_xem_d1280_full_baseline loss 2.8999
Baseline
moe-v16-compute-opt-d1280-2.83e+19

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


The 67B-A2B 10T hero run is still training on 1024 TPU v4 chips at 951K chip-hours. It has processed 8.96T of 10.07T tokens (89%), up from 7.65T last week. Paloma macro loss has reached 2.222, now 0.047 below the 2.269 preregistered target from #6704. Train loss is 1.313 and eval BPB 0.656.

A new long-context cooldown launched Aug 15 from step 141k at 65,536 sequence length on 1024 TPU v4 chips and is still training. After 20.9 hours it sits at Paloma macro 2.206 — below both the hero’s 2.222 and the prior #6811 cooldown’s 2.224. Eval BPB is 0.645, improving on the step-102k cooldown’s 0.650.

On GB200s, context-extension experiments compared expert-parallel (EP64) and fully sharded data parallel (FSDP) strategies at d2048 with 65K context. An EP64-trained model converted to FSDP chunk-1 achieved Paloma macro 2.197, the best d2048 result — below FSDP-chunk4’s direct 2.222. EP64-trained models extend to long context more cleanly than FSDP-trained ones. The d6144 10-rack watch run — 535B parameters on 640 GB200 chips — reached 21% MFU before crashing after 16.2 hours.

The next-hero burndown #8233 was filed this week, tracking 14 launch gates with five now closed. Key infrastructure landed: one JAX process per GPU #8209, XLA command buffers #8277, float32 logit accumulation in the fused cross-entropy #8217, single-trace vmapped layer init #8206, and distributed shutdown barriers #8287. Ninety-six Agent MoE runs completed this period at d768 and d1024, including a Nemotron-proportional Harrier data mix that reached loss 3.101 at 10.3x effective speedup — roughly triple the Marin-proportional mix at the same scale.

Run User Hardware(?) Hours(?) FLOP Budget(?) Loss BPB(?)
#6704 moe_67b_a2b_d2560_ep1_rep8_bs8192_seq8192_sw2k_v4_2048_muon_resume15k_v2_10T Larry Dial TPU v4
(1024 chips)
38.7d 1.83e23 model
9.97e23 HW (18%)
BPB: 0.656
#6811 moe_67b_a2b_d2560_ep1_rep8_bs1024_seq65536_sw2k_v4_2048_muon_cooldown_step141k Larry Dial TPU v4
(1024 chips)
20.9h 3.04e22 model
1.61e23 HW (19%)
BPB: 0.645
#6689 mhep-ctxext-d2048-ep64-to-fsdp-chunk1-20260810-seq65536 Larry Dial NVIDIA GB200
(256 chips)
0.9h 1.41e22 model
1.31e23 HW (11%)
BPB: 0.697
#6689 mhep-ctxext-d2048-fsdp-chunk4-20260810-seq65536 Larry Dial NVIDIA GB200
(256 chips)
0.9h 1.36e22 model
1.29e23 HW (11%)
BPB: 0.709
#6689 mhep-ctxext-d2048-fsdp-chunk4-to-fsdp-chunk1-20260810-seq65536 Larry Dial NVIDIA GB200
(256 chips)
0.2h 1.35e22 model
1.27e23 HW (11%)
BPB: 0.709
#6689 mhep-ctxext-d2048-ep64-20260810-seq65536 Larry Dial NVIDIA GB200
(256 chips)
0.8h 1.41e22 model
1.24e23 HW (11%)
BPB: 0.743
#6689 mhep-ctxext-d2048-fsdp-chunk4-to-fsdp-chunk1-20260810b-seq65536 Larry Dial NVIDIA GB200
(256 chips)
0.7h 1.35e22 model
1.24e23 HW (11%)
BPB: 0.705
#8233 mhep-hero-d6144-sw2048-20T-10r-watch-20260810 Larry Dial NVIDIA GB200
(640 chips)
16.2h 1.99e22 model
9.35e22 HW (21%)
#6689 mhep-ladder-hist-20260808c-fsdp-chunk4-d2048 Larry Dial NVIDIA GB200
(256 chips)
1.3d 7.40e21 model
5.81e22 HW (13%)
BPB: 0.728
#6689 mhep-ladder-hist-noinit-20260808c-ep64-d2048 Larry Dial NVIDIA GB200
(256 chips)
1.1d 7.86e21 model
5.24e22 HW (15%)
BPB: 0.773
#6689 mhep-ctxext-d1536-fsdp-chunk4-20260810-seq65536 Larry Dial NVIDIA GB200
(64 chips)
1.7h 3.05e21 model
2.95e22 HW (10%)
BPB: 0.767
#6689 mhep-ctxext-d1536-ep64-to-fsdp-chunk1-20260810-seq65536 Larry Dial NVIDIA GB200
(64 chips)
1.7h 3.13e21 model
2.88e22 HW (11%)
BPB: 0.756
#6689 mhep-ctxext-d1536-fsdp-chunk1-20260810-seq65536 Larry Dial NVIDIA GB200
(64 chips)
1.6h 3.05e21 model
2.87e22 HW (11%)
BPB: 0.763
#6689 mhep-ctxext-d1536-fsdp-chunk4-20260809-seq65536 Larry Dial NVIDIA GB200
(64 chips)
0.2h 2.97e21 model
2.81e22 HW (11%)
BPB: 2.256
#6689 mhep-ctxext-d1536-fsdp-chunk1-20260809-seq65536 Larry Dial NVIDIA GB200
(64 chips)
0.2h 2.97e21 model
2.73e22 HW (11%)
BPB: 2.301
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-10_2026-08-16.json · sections-2026-08-10_2026-08-16.json · wandb-flops-2026-08-10_2026-08-16.json · tpu-usage-2026-08-10_2026-08-16.json · token-counts-2026-08-10_2026-08-16.json · cluster-status-2026-08-10_2026-08-16.json · discord-2026-08-10_2026-08-16.json · agent-moe-2026-08-10_2026-08-16.json