Getting the most tokens per second out of one laptop with llama.cpp
One Q8_0 model, one laptop, and every knob llama.cpp exposes: thread pinning on hybrid cores, the CPU backend DLLs, per-tensor quantization of the tied LM head, GPU offload splits, KV cache types and self-speculative decoding. Each step measured for speed and for accuracy against the BF16 reference.