MoE streaming: Qwen3.8-Flash-Next streamed and measured; serve maps per-layer embeddings - #166
Conversation
…-layer embeddings file-backed Flash-Next UD-Q4_K_XL (111 GB) decodes from 4.6 GiB of GPU memory plus the slots: 3.5-3.7 tok/s at 4,608 slots, 5.4-6.2 at 9,216, exact (perplexity 11.32). Resident-aware routing costs more here than on Coder-30B: r 0.5 gives a KL divergence of 0.07; r 0.9 gives 0.015-0.028 for +5-15%. serve --moe-slots also maps per_layer_token_embd (Flash-Next's 26.8 GiB table) on the CPU. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
Docs7 for 1bit-monster/engine
Commit |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
serve --moe-slotsalso mapsper_layer_token_embdon the CPU. That's Flash-Next's table, and the tensor is row-gathered only. Checked with Coder-30B: the chat answers, and serve plus llama-server hold 128 MiB of anonymous memory.🤖 Generated with Claude Code