🦙Freshcollected in 2h

16 RTX 5060 Ti GPUs Deliver 140 Tokens per Second

16 RTX 5060 Ti GPUs Deliver 140 Tokens per Second
PostLinkedIn
🦙Read original on Reddit r/LocalLLaMA

💡See the exact PCIe, BAR1, driver, and parallelism recipe behind 140-token-per-second local inference.

⚡ 30-Second TL;DR

What Changed

The validated system uses 16 RTX 5060 Ti 16GB GPUs across two eight-GPU PLX switch islands.

Why It Matters

This build demonstrates that large-model inference can be assembled from relatively affordable consumer GPUs when PCIe topology and memory mapping are carefully engineered. It may be useful for teams seeking local long-context serving, but the complexity and unofficial driver stack create substantial operational risk.

What To Do Next

Prototype the topology in a non-production rack and benchmark DeepSeek V4 Flash-0731 with your target context lengths before purchasing 16 GPUs.

Who should care:Developers & AI Engineers

Key Points

  • The validated system uses 16 RTX 5060 Ti 16GB GPUs across two eight-GPU PLX switch islands.
  • Tensor parallelism 8 and pipeline parallelism 2 reportedly deliver 100–150 token generation up to 500,000-token context.
  • Tensor parallelism 4 and pipeline parallelism 4 enables 1-million-token context, with generation around 80 tokens per second.
  • The setup requires a patched NVIDIA driver, 16GB BAR1 on every GPU, and custom all-reduce and DSpark changes.

🧠 Deep Insight

Background and context from public sources — not the original article. 30 sources cited.

🔑 Enhanced Key Takeaways

  • The NVIDIA RTX 5060 Ti, released on April 16, 2025, is a mid-range graphics card built on the Blackwell architecture (GB206 GPU) and features 16GB of GDDR7 memory, 4,608 CUDA cores, and 144 5th-generation Tensor Cores, delivering 189.63 AI TOPS for INT8 workloads.
  • DeepSeek V4 Flash-0731 is an efficiency-optimized Mixture-of-Experts (MoE) model with 284 billion total parameters and 13 billion active parameters, supporting a 1-million-token context window.
  • The 0731 build of DeepSeek V4 Flash, released on July 31, 2026, is a re-post-trained version that significantly improves agentic capabilities and performance, even outperforming the larger V4-Pro (Preview) model on agent benchmarks, while maintaining the same architecture and size.
  • PLX PEX88096 PCIe Gen4 switches are designed for high-speed data transfer in multi-GPU and AI server setups, offering 96 active PCIe Gen4 lanes and supporting up to 98 logical ports configurable from x1 to x16, enabling direct GPU-to-GPU communication without bottlenecking through the CPU.
  • NVIDIA artificially restricts peer-to-peer (P2P) GPU communication on consumer cards through software drivers, a limitation that can be bypassed by patching the open-source NVIDIA kernel driver to enable direct GPU-to-GPU DMA transfers, leading to a 10-30% throughput improvement in multi-GPU LLM inference.
📊 Competitor Analysis▸ Show

null

🛠️ Technical Deep Dive

  • NVIDIA Blackwell Architecture (RTX 50 Series): The RTX 5060 Ti is based on NVIDIA's Blackwell architecture, specifically the GB206 GPU, manufactured on a 5nm process. Blackwell introduces 5th-generation Tensor Cores, which enhance AI capabilities, and supports FP8 and FP4 inference, crucial for efficient LLM workloads. The architecture also features an AI Management Processor (AMP), a dedicated RISC-V-based scheduler chip on the GPU designed to offload scheduling from the CPU.
  • DeepSeek V4 Flash Model Architecture: DeepSeek V4 Flash is a Mixture-of-Experts (MoE) model, meaning it has a large total parameter count (284B) but only a smaller subset (13B) is active per token, optimizing for efficiency. It incorporates a hybrid attention mechanism, combining Compressed Sparse Attention (CSA) and Hierarchical Context Attention (HCA) for efficient processing of its 1-million-token context window.
  • PLX PEX88096 Switch Functionality: The PEX88096 is a PCIe Gen4 switch with 96 lanes and 98 logical ports, allowing multiple downstream devices (like GPUs) to share one or more upstream ports to the CPU. Crucially for multi-GPU setups, it features an internal crossbar switch fabric that routes Transaction Layer Packets (TLP) between ports, enabling direct GPU-to-GPU P2P communication without involving the CPU, thus reducing latency and improving bandwidth utilization.
  • BAR1 and P2P Communication: BAR1 (Base Address Register 1) is a memory region used by GPUs. Enabling 16GB BAR1 on every GPU, along with a patched NVIDIA driver, allows for peer-to-peer (P2P) direct memory access (DMA) between GPUs. This bypasses the CPU and system memory for inter-GPU data exchange, which is critical for tensor parallelism in LLM inference to avoid PCIe bandwidth bottlenecks.
  • Parallelism Strategies: The setup utilizes both tensor parallelism (TP) and pipeline parallelism (PP). Tensor parallelism splits individual layers of a model across multiple GPUs, allowing larger models to fit into aggregate VRAM. Pipeline parallelism divides the model into sequential stages, with each stage running on a different GPU or set of GPUs. The combination (TP8, PP2 or TP4, PP4) is used to manage the 284B parameter model and its massive context window across 16 GPUs.

🔮 Future ImplicationsAI analysis grounded in cited sources

Local LLM inference will become more accessible for large models.
The demonstrated ability to run a 284B parameter model with a 1M token context on consumer-grade GPUs, albeit many of them, indicates a trend towards powerful local AI capabilities for enthusiasts and smaller organizations.
NVIDIA's software restrictions on consumer hardware will continue to be a point of contention and community innovation.
The necessity of a patched NVIDIA driver to enable P2P communication highlights a gap between hardware capability and software-imposed limitations, which the community will likely continue to address through custom solutions.
Specialized hardware like PCIe switches will become more common in high-performance local AI builds.
The use of PLX switches to efficiently scale multiple consumer GPUs for LLM inference demonstrates their critical role in overcoming PCIe bandwidth limitations and enabling complex multi-GPU topologies for demanding AI workloads.

Timeline

2023-11
DeepSeek released its first model, DeepSeek Coder.
2024-03
NVIDIA officially announced the Blackwell architecture at GTC 2024.
2025-01
DeepSeek-R1 reasoning model and its chatbot application were released, gaining international prominence.
2025-04
NVIDIA GeForce RTX 5060 Ti 16GB was released with a MSRP of $429 USD.
2026-04
DeepSeek introduced the DeepSeek-V4 series, including V4-Pro and V4-Flash, both supporting a 1M-token context length.
2026-07
DeepSeek V4 Flash-0731, an updated and re-post-trained version, was officially released, improving agentic capabilities.
📰

Weekly AI Recap

Read this week's curated digest of top AI events →

👉Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA

This is a summary, not the original. Read the source, or get the weekly briefing.

Weekly AI briefing

One email a week. Unsubscribe anytime.