Replace the SignPath announcement with a community benchmarks callout
as the top-level highlight. Swap the SVG mockup for a real screenshot
showing the hardware picker with RTX 4090 benchmark data.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Browse benchmarks for any GPU — not just your own. Press H in the
benchmarks view to open a scrollable picker with 27 presets covering
NVIDIA consumer (RTX 5090-3060), datacenter (H100, A100, L40S, T4),
AMD (RX 7900 XTX, MI300X), Apple Silicon (M1-M4 variants), and
CPU-only. Selecting a preset re-fetches the leaderboard for that
hardware instantly.
Updated SVG mockup to show the picker popup overlaying the table.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SVG mockup showing the community benchmarks view with realistic
RTX 4090 data — models, engines, tok/s, TTFT, and VRAM usage.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: remove unused image files
tmp.gif, download.gif, home_laptop.png, and moe.png were tracked in git
but not referenced anywhere in the codebase or documentation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: move readme images into assets/ folder
demo.gif and simulation.png consolidated alongside the existing icon.svg.
README links updated accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: remove redundant entries from .dockerignore
The wildcard *.png and *.gif rules already cover the individually listed
filenames (demo.gif, download.gif, home_laptop.png, moe.png).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: remove incorrect claim about Cargo.toml exclude list
No exclude list exists in Cargo.toml — cargo package correctly omits
root-level assets by default since they are outside the crate directory.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>