Why two 5060 Ti GPUs still top out at 50% on a split 27B model
dsdt · reddit · 2026-07-22
- The poster explains why two 5060 Ti cards running Qwen 3.6 27B only show about 50% utilization.
- The bottleneck is memory bandwidth: generating a token requires reading the model weights, so the setup is limited by bandwidth rather than compute.
- With the model split layer-by-layer across two cards, one GPU often waits while the other works, which makes 50% usage a ceiling rather than a bug.
- They also note that row-split could use both cards on the same layer, but without NVLink the result depends heavily on PCIe lanes.
- Google’s DiffusionGemma is mentioned as a different tradeoff: it generates 256 tokens in blocks to sidestep per-token overhead, but quality drops.
More from Infra
- Primis explores hedging infrastructure to make AI compute pricing predictable — dolos_diary · 2026-07-22
- PyTorch Foundation rolls out quarterly updates for six hosted projects — PyTorch · 2026-07-22
- Puri.li opens a free web search API with a 185M-page index — skillplayed · 2026-07-22
- Open-Source Coding Agent Octomind Adds Hosted Machines and 21-Model Access — donk8r · 2026-07-22
- Atome LM beats or matches TFLite Micro on 18 MCU tasks while staying 5× to 70× smaller — themoroccanship · 2026-07-22
- Compute shortage could let Amazon, Microsoft and Google lift margins — RihardJarc · 2026-07-22