llama-server --cache-type-k q8_0 --cache-type-v q8_0 -ngl 24 --tensor-split 0.45,0.55 --parallel 2
Not enough data yet to compare this combination. Submit more runs for this hardware + model to see a comparison.
Your build is within the typical range for this hardware. No obvious configuration issues detected.
Copy this to repeat or submit a similar build:
model: "lmstudio-community/gpt-oss-20b-GGUF :: gpt-oss-20b-MXFP4.gguf"
quant: "MXFP4"
hardware: "RTX 4070 12GB (Ada sm_89) + RTX 5070 12GB (Blackwell sm_120), layer-split via llama.cpp on Ryzen 5800XT Zen 3, 128 GB DDR4, Docker Desktop WSL2"
context_length: 131072
batch_size: 512Official seed run — gotcontext.ai lab rig (RTX 4070 Ada + RTX 5070 Blackwell, layer-split, Ryzen 5800XT, 128GB). Measured range 37-53 tok/s; reported value is the midpoint. Production FAST profile — all claude-* aliases in anthropic-shim route here. Counter-intuitive: dual-GPU layer-split (~37) faster than single-GPU (~12) because 10GB model fits either card and compute is the limit, not memory. --tensor-split 0.45,0.55 favors Blackwell. KV override to q8_0 (GQA-8, 4 KV heads × 64 head_dim = tiny KV).
No reproductions yet. Be the first to confirm this build.
Add a reproductionThose are our numbers. Get yours.
Paste one of your own docs below and see your real compression ratio live — free, no signup.
Discussion
Sign in to join the discussion.
Nice dual-GPU setup. Did the layer-split across the 4070 and 5070 give near-linear tok/s scaling, or did the PCIe hop between cards bottleneck the larger models?