Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default defineConfig({
{ label: 'Qwen3 Dense', link: '/models/qwen3-4b/' },
{ label: 'Qwen3.5 Dense', link: '/models/qwen35/' },
{ label: 'GLM-5.2', link: '/models/glm52/' },
{ label: 'Gemma 4 12B', link: '/models/gemma4/' },
{ label: 'Gemma 4', link: '/models/gemma4/' },
],
},
],
Expand Down
2 changes: 2 additions & 0 deletions public/models/gemma4/perf-26b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ Decode is captured as a CUDA graph with pre-allocated buffers, keeping per-token
| DeepSeek-V4 | MoE + compressor + indexer, 8-GPU |
| DeepSeek-V2-Lite | MoE + expert parallelism, 2-GPU |
| Kimi-K2 | MLA + MoE + Marlin INT4, 8-GPU expert parallelism |
| [Gemma 4 12B](/models/gemma4/) | Sliding-window local + global attention, dual paged KV |
| [Gemma 4](/models/gemma4/) | Sliding-window local + global attention, dual paged KV; 12B dense and 26B-A4B routed experts in NVFP4 |
Loading