← back
What is Nvidia up to buying Hugging Face and Groq?

What is Nvidia up to buying Hugging Face and Groq?

Nvidia's $12.9B Hugging Face and $20B Groq acquisitions consolidate control over AI software and low-latency inference hardware amid supply chain constraints.

Nvidia agreed to acquire open-source AI platform Hugging Face for $12.9 billion in August 2026, following a $20 billion acquisition of chipmaker Groq and enterprise analytics platform Kumo. The acquisitions consolidate control over open-source distribution, low-latency inference hardware, and developer software layers, even as the underlying fabrication of these chips remains constrained by a supply chain spanning TSMC, ASML, and international trade restrictions.

The acquisition of Hugging Face provides direct control over the distribution hub for open-source models, shifting repository defaults toward Nvidia Inference Microservices (NIM) containers and proprietary runtimes. This integration establishes a software funnel designed to keep open weights tightly coupled to Nvidia hardware.

Memory Architecture and the Groq Acquisition

The $20 billion Groq acquisition targets the physical bottleneck of autoregressive token generation. Standard GPUs and Google TPUs rely on external High Bandwidth Memory (HBM3e or HBM4) connected to compute dies across silicon interposers. While weights stay in VRAM during inference, generating each token requires the GPU cores to pull model weights across the internal memory bus.

Groq Language Processing Units (LPUs) eliminate this bus transfer by placing static random-access memory (SRAM) directly on the die alongside compute units. Weights remain stationary in on-chip memory, and token generation flows through deterministic, sequential instruction pipelines across chip interconnects.

Metric Groq LPU (SRAM) Nvidia GPU (HBM3e / HBM4) Google TPU (HBM)
Typical Capacity ~230 MB per chip 96 GB to 288 GB per chip High-capacity HBM arrays
Peak Bandwidth ~80 TB/s ~3.35 TB/s to 8 TB/s High multi-TB/s
Access Latency Low single-digit nanoseconds Tens to hundreds of nanoseconds Tens to hundreds of nanoseconds
Hardware Focus Low-latency token decode Context prefill and training High-throughput batch serving
Silicon Area Trade-off High cost per gigabyte Dense, lower cost per gigabyte Dense, lower cost per gigabyte

Because SRAM requires substantial silicon real estate per megabyte, housing a large language model requires linking hundreds of networked LPUs across high-speed interconnects. Nvidia plans to deploy hybrid inference architectures that route the context-prefill stage to GPU clusters and hand off single-stream autoregressive token decoding to LPU fabrics.

Google maintains an alternate path with its Tensor Processing Units (TPUs), designed with Broadcom and fabricated by TSMC. Google uses systolic arrays paired with HBM to serve concurrent users in high-density batches, prioritizing total throughput and token economics over single-stream latency.

Fabrication Dependencies and Export Controls

Despite architectural divergence across GPUs, LPUs, and TPUs, the physical production of this hardware depends on a concentrated supply chain. TSMC manufactures advanced processors for Nvidia, Groq, and Google. TSMC relies on extreme ultraviolet (EUV) lithography systems produced exclusively by ASML in the Netherlands.

Trade restrictions prevent ASML from exporting EUV scanners to Chinese chipmakers. As a consequence, domestic foundries such as SMIC rely on deep ultraviolet (DUV) multi-patterning techniques to fabricate advanced silicon. While Chinese state-backed research consortiums, including SMEE and the Chinese Academy of Sciences, have built laboratory prototypes for domestic EUV components, operational commercial tools with adequate power sources and precision optics remain several years from deployment.

Dan Petrovic · Aug 27, 09:21