infollama.cpp, Qwen3.6-35B-A3B-UD-Q6_K_XL, MoE offloaded to CPU, -c 131072. Prefill ~260t/s on CUDA0 (PCIe x16 to CPU) vs ~170t/s on CUDA1 (PCIe x8); tg/sec similar on both. Asking whether the x16 vs x8 link explains the pp gap.
infollama-server, APEX-MTP-I-Compact.gguf, -ngl all, --n-cpu-moe 15, -c 90000, -b 2048 -ub 1024, -fa on, -ctk/-ctv turbo3_tcq. Reported 35.20 t/s (2.301 tokens in ~65s sample). Asking if that's good for this hybrid GPU+CPU MoE setup.
infoSGLang with Minachist/Qwen3.6-27B-INT8-AutoRound — 8 concurrency, TP=4, MTP, 16K batch tokens, 200K context, bfloat16 KV cache. 4× RTX 5060 Ti (4 lanes of gen4 per card via bifurcation, ~8GB/s each). Serving bench: input 177.35 tok/s, output 127.63 tok/s, mean TTFT 7.5s. Lower TTFT than vLLM at the same concurrency on this rig.
infoMLX 4bit on M3 Ultra 512GB — ~54 t/s tg at short ctx (~70GB resident), falling to ~32 t/s / 91.7GB at 128k. Also tables an M5 Max 128GB for comparison (faster pp/tg).
infoM1 Max 64GB multi-model note. Headline in post: 35B-A3B@8bit 38.54 t/s at ~43k ctx. Also 9B MLX bf16 17.3 and 9B@9bit 26.5 at ~40–44k (row model tagged 9b).
infoqwen3-coder-next Q4_K_M on 5060 Ti 16GB + 96GB DDR5. ik_llama 14.75t/s vs llama.cpp 8t/s vs krasis 26.5t/s. Side note: krasis OpenAI API issues with openclaw.
infoGemma 4 31B (~14.7GB) with llama.cpp speculative decoding on 2× 3090 — up to ~50 t/s / ~1200 t/s pp on some tasks (~2× vs Qwen3.5-27B for this user).