From eb3862bb8a6cfbdd5ae17accea8a00cb49bc1e9b Mon Sep 17 00:00:00 2001 From: m3ultra Date: Mon, 20 Jul 2026 04:16:29 +1000 Subject: [PATCH] =?UTF-8?q?rung=203=20final:=20M1=20Ultra=20validated=20?= =?UTF-8?q?=E2=80=94=20181.5s=20/=2017.2GB,=20both=20Ultras=20now=20run=20?= =?UTF-8?q?optimized=20MLX=20TRELLIS.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- BENCHMARKS.md | 16 ++++++++++++++++ docs/FABLE_STARTUP_PACKET.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/BENCHMARKS.md b/BENCHMARKS.md index e715595..fe7aa9e 100644 --- a/BENCHMARKS.md +++ b/BENCHMARKS.md @@ -432,3 +432,19 @@ Honest negatives (documented so nobody re-chases them): Env knobs (all default-sane): TRELLIS2_MLX_SAMPLER=0 (revert sampler), TRELLIS2_MLX_COMPILE=1, TRELLIS2_METAL_SPCONV=1. M1 Ultra validation: in flight (26.5GB peak fits with 100GB headroom). + +### Rung-3 addendum — M1 Ultra validated (2026-07-20) + +| box | e2e wall | peak mem | +|---|---|---| +| m3ultra | 71.96 s | 26.5 GB | +| **m1ultra** | **181.5 s** | **17.2 GB** | + +The M1 Ultra — which could not run TRELLIS.2 at all before this fork +(torch-MPS path was m3-only in practice) — now generates full-density +vertex-baked assets in ~3 min at 17GB. Install: clone +monster/trellis-2-mrp-mlx to ~/trellis2-mlx + scripts/setup_macos.sh +(PYTHON_BIN=uv 3.11) + gated weights rsynced from m3's HF cache +(no HF login needed on workers). Both Ultras now serve the fastest +local TRELLIS.2 in existence. TRELLIS.2 fleet: m3 primary (72s), +m1 second lane (182s), zero dollars per asset. diff --git a/docs/FABLE_STARTUP_PACKET.md b/docs/FABLE_STARTUP_PACKET.md index 5e2b3de..6d1285e 100644 --- a/docs/FABLE_STARTUP_PACKET.md +++ b/docs/FABLE_STARTUP_PACKET.md @@ -500,3 +500,19 @@ Honest negatives (documented so nobody re-chases them): Env knobs (all default-sane): TRELLIS2_MLX_SAMPLER=0 (revert sampler), TRELLIS2_MLX_COMPILE=1, TRELLIS2_METAL_SPCONV=1. M1 Ultra validation: in flight (26.5GB peak fits with 100GB headroom). + +### Rung-3 addendum — M1 Ultra validated (2026-07-20) + +| box | e2e wall | peak mem | +|---|---|---| +| m3ultra | 71.96 s | 26.5 GB | +| **m1ultra** | **181.5 s** | **17.2 GB** | + +The M1 Ultra — which could not run TRELLIS.2 at all before this fork +(torch-MPS path was m3-only in practice) — now generates full-density +vertex-baked assets in ~3 min at 17GB. Install: clone +monster/trellis-2-mrp-mlx to ~/trellis2-mlx + scripts/setup_macos.sh +(PYTHON_BIN=uv 3.11) + gated weights rsynced from m3's HF cache +(no HF login needed on workers). Both Ultras now serve the fastest +local TRELLIS.2 in existence. TRELLIS.2 fleet: m3 primary (72s), +m1 second lane (182s), zero dollars per asset.