Local DeepSeek Setup Tested on Three GPUs
Jaswanth04 · reddit · 2026-07-19
The author ran the DeepSeek-V4-Flash Q8 quantized version locally on an older platform: the 3 GPUs used were two RTX 3090s (24GB) and one RTX 5090 (32GB), paired with 128GB of DDR4 RAM and a Ryzen 3950X.
They provided the complete llama.cpp launch parameters, including multi-GPU layer split, tensor split, moving MOE layers to the CPU, disabling mmap, and using a 262144 context. They claimed this override tensor placement method leads to more balanced GPU utilization.
In terms of actual measured speed, prompt eval was around 37.9 tok/s, and generation was about 9.07 tok/s. The author believes it outperforms Qwen 3.5 v2 on coding tasks and asks how token speed can be further improved without upgrading hardware.
More from Infra
- SF Compute founder: buying compute is 'an absolutely awful experience' right now — IgorCarron · 2026-09-11
- SmolVM open-sources persistent computer infrastructure for agents that outlive chat sessions — aniketmaurya · 2026-09-11
- PyTorch Day Korea 2026 launches first offline conf, CFP closes Sept 13 — PyTorch · 2026-09-11
- Local LLM server dilemma: 4x CMP-170HX (price up 53% in 20 days) vs Mac Studio M5 Ultra — rumboll · 2026-09-11
- llama.cpp lands Flash Attention tuning for RDNA4, big prefill gains on AMD — pmttyji · 2026-09-11
- Your p99 latency benchmark may be lying: a deep dive into coordinated omission — Franc0Fernand0 · 2026-09-11