Fetching from the wire…
Top 5 · 2026-04-10 · source-backed
PR #19378 landed in llama.cpp this week, and I think most people are underselling what it means. Backend-agnostic tensor parallelism via --split-mode tensor makes multi-GPU inference work across AMD, Intel, and Apple Silicon. Not just CUDA. Everything.
For context: llama.cpp has had a "split mode row" for about 2.5 years, but it was CUDA-only and limited in how it distributed work. The new implementation splits tensors along any dimension using AllReduce operations and works across any backend that llama.cpp supports. If you've got two AMD cards, two Intel Arc GPUs, or even a Mac Studio with multiple chips, you can now run tensor-parallel inference.
This matters because of what else happened this week. A developer published full methodology showing Qwen3.5-122B running at 198 tokens/second on 2x RTX PRO 6000 Blackwell cards. Meanwhile, the r/LocalLLaMA community has converged on Qwen 3.5 27B at IQ3 quants as the consensus pick for 16GB VRAM cards, fitting ~32K context. The models are ready. The inference stack just caught up.
I've been running local models for over a year now, and the single-GPU era for serious work is ending. Two mid-range GPUs with tensor parallelism will outperform one expensive GPU in almost every scenario that matters. The math is simple: memory bandwidth scales linearly, and that's the bottleneck for inference.
The real story isn't performance though. It's vendor independence. AMD's PACE framework also dropped this week, hitting ~380 tokens/sec on Llama 3.1 8B using CPU-only inference on EPYC processors. Between llama.cpp's backend-agnostic TP and AMD's CPU optimization push, the assumption that you need NVIDIA for serious local inference is becoming outdated.
Builders should plan for 2+ GPU setups as the default configuration for local inference in 2026. If you're speccing hardware, prioritize total VRAM over single-GPU speed.
Each link below shares sources, entities, or timing with this story.
Ollama cut v0.34.0-rc1 on September 5 at 23:49 UTC, and the headline item changes the shape of the local-versus-hosted decision rather than the performance of either side: Ollama-hosted open models can be selected directly inside ChatGPT Desktop, with setup driven from the Oll...
Alibaba published a fine-grained MoE with 2.4T total / 95B active, 512 experts, and a 92-layer hybrid full/linear attention backbone. vLLM shipped day-0 support verified on NVIDIA and AMD with ready 4-bit checkpoints (NVFP4 at 1.32 TiB for an 8xB300 node, MXFP4 at 1.45 TiB for...
For about a year, "run your agent locally" meant accepting a model that couldn't reliably call a tool twice in a row. That excuse is gone. Meta Superintelligence Labs published Muse Glimmer today: a 29.6B dense causal transformer, 52 layers, 6,656 hidden dim, with a ~1.8B ViT-...
Somebody diffed the configs. Zero architectural changes. Same 64 layers, same 5,120 hidden dimension, same hybrid Gated DeltaNet → FFN / Gated Attention → FFN block structure as Qwen3.6-27B. The r/LocalLLaMA post showing this hit 945 upvotes and 157 comments, and Hugging Face...
Hetzner Experiments runs a token-authenticated API with explicitly no billing, no SLA, no production guarantee. One model live: Qwen3.6-35B MoE with quantized weights, informally measured at ~153ms median TTFT and 224 output tokens/sec. The real question is hardware. Hetzner's...
Nvidia set new MLPerf Inference v6.0 records on April 2 using four GB300 NVL72 systems (288 Blackwell Ultra GPUs) interconnected via Quantum-X800 InfiniBand. The headline number: 2.49 million tokens per second on DeepSeek-R1 in offline mode. That's the largest GPU configuratio...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.