The operational landscape of local Large Language Model (LLM) inference has shifted from lightweight models to datacenter-class weights exceeding 70B parameters, creating profound systems challenges for consumer hardware. This paper presents a systematic empirical analysis of the Nvidia and Apple Silicon ecosystems, specifically characterizing the distinct intra-architecture trade-offs required to deploy these massive models. On the Nvidia Blackwell architecture, we identify a critical "Backend Dichotomy" within the TensorRT-LLM stack: while the new NVFP4 quantization format delivers a 1.6x throughput advantage over optimized BF16 baselines (151 tokens/s vs. 92 tokens/s), realizing this performance requires navigating complex runtime constraints that trade startup latency for generation speed. Furthermore, we characterize the "VRAM Wall" for 70B+ models: on discrete GPUs, users face a destructive choice between aggressive quantization (e.g., Q2) that degrades model intelligence to fit in VRAM, or PCIe-bottlenecked CPU offloading, which reduces throughput by over 90% compared to full-GPU execution. Conversely, Apple's Unified Memory Architecture (UMA) circumvents these bottlenecks, enabling linear scaling for 80B parameter models at practical 4-bit precisions. This architectural divergence extends to operational sustainability, where Apple's SoC design demonstrates up to a 23x advantage in energy efficiency (tokens/joule). We conclude that for consumer-grade inference, the optimal hardware is defined by a complex interplay between compute density (Nvidia) and memory capacity (Apple), moderated by the significant "ecosystem friction" of proprietary quantization workflows.
翻译:本地大语言模型推理的运营格局已从轻量级模型转向参数量超过700亿的数据中心级权重,这为消费级硬件带来了深刻的系统挑战。本文对英伟达和苹果硅生态系统进行了系统的实证分析,重点刻画了部署这些巨型模型所需的不同架构内部权衡。在英伟达Blackwell架构上,我们识别出TensorRT-LLM栈中一个关键的“后端二分法”:尽管新的NVFP4量化格式相较于优化的BF16基线实现了1.6倍的吞吐量优势(151 tokens/s vs. 92 tokens/s),但实现这一性能需应对复杂的运行时约束——即牺牲启动延迟以换取生成速度。此外,我们刻画了70B+模型的“显存壁垒”:在独立GPU上,用户面临两难选择——要么采用激进量化(如Q2)以适配显存,导致模型智能退化;要么通过受PCIe瓶颈制约的CPU卸载方案,相较于全GPU执行使吞吐量降低90%以上。相反,苹果的统一内存架构规避了这些瓶颈,使80B参数模型能够在实用的4位精度下实现线性扩展。这种架构差异延伸至运营可持续性:苹果的SoC设计在能效(tokens/焦耳)上表现出高达23倍的优势。我们得出结论:对消费级推理而言,最优硬件取决于计算密度(英伟达)与内存容量(苹果)之间的复杂博弈,而专有量化工作流产生的显著“生态系统摩擦”则进一步调节了这一平衡。