Monday, July 20, 2026
spot_img

UPDATED: The Hits to American AI Continue: KTransformers Attacks Nvidia’s Most Valuable Assumption

UPDATED 7/19: The research was peer-reviewed. The KTransformers paper was published at SOSP (ACM’s top systems venue), reporting 4.62–19.74× prefill speedups and 1.25–4.09× decode speedups over existing systems, and it’s already being cited in 2026 systems papers.

The CPU requirement loosened. A March 2026 update added an AVX2-only CPU backend, and the latest release adds AVX-512 fallback for FP8/BF16 where AMX isn’t available. The hardware floor keeps dropping.

It now covers the whole Chinese open-weight stack. Recent releases added support for DeepSeek-V4-Flash, MiniMax-M2.5, GLM-5.1, Kimi-K2.5, and Qwen3.5, plus RL-DPO fine-tuning via LLaMA-Factory as of December 2025. That’s a systemic point: this isn’t a DeepSeek-specific trick, it’s becoming the default local-deployment layer for Chinese frontier models.

One significant vendor claim, still not validated: the project’s official site now advertises running 100B+ models on a single RTX 5090 with 32GB VRAM and full-parameter fine-tuning on consumer GPUs

Original Post:

A viral post declaring that China has “killed the GPU mafia” is circulating around KTransformers, an open-source framework developed by researchers and contributors including Tsinghua University’s MADSys Lab. The boast may be overcooked, but the underlying development is significant.

KTransformers uses heterogeneous computing to divide large-model workloads among GPUs, CPUs and system memory. Its best-known demonstration runs a quantized version of DeepSeek-R1, a 671-billion-parameter model, using a single graphics card with 24GB of VRAM.

The missing number is 382GB. That is how much ordinary system memory the cited configuration also requires. DeepSeek-R1’s mixture-of-experts architecture makes the arrangement possible. Although the model contains 671 billion parameters, only about 37 billion are activated for each token. KTransformers keeps much of the expert library in system memory, assigns suitable operations to the CPU and reserves the GPU for more computationally intensive work. The GPU becomes the workbench rather than the warehouse.

This makes KTransformers a competitive Nvidia play in economic terms. Nvidia’s extraordinary data-centre business rests partly on the assumption that advanced AI requires enormous quantities of premium GPU memory and compute. Organizations seeking to deploy frontier-scale models have consequently purchased clusters of costly Nvidia accelerators.

KTransformers attacks the amount of Nvidia hardware required for each workload. It allows some low-concurrency inference and fine-tuning tasks to run with one or several consumer GPUs, supported by powerful CPUs and very large pools of comparatively inexpensive RAM. Its developers also report fine-tuning DeepSeek-V3 and R1 with four RTX 4090s using approximately 80GB of total GPU memory.

That shifts part of the AI hardware bill away from Nvidia’s highest-margin data-centre products and toward CPUs, conventional memory and workstation-class equipment.

The implications are particularly important for China. American export controls are designed around the premise that access to advanced accelerators constrains AI capability. Software that extracts frontier-scale performance from older, consumer-grade or more readily obtainable hardware changes that equation. The effective compute boundary becomes partly a software-engineering problem.

KTransformers currently remains embedded in Nvidia’s ecosystem. Its main documented deployment path uses Nvidia Ampere-or-newer GPUs and CUDA, while support for alternative accelerators remains limited or historical. The framework reduces dependence from racks of premium Nvidia GPUs to one or several accessible Nvidia GPUs.

That still represents pressure on Nvidia’s business model. In its most recent quarter, Nvidia generated $75.2 billion of its $81.6 billion in revenue from data centres. Any durable reduction in the number of data-centre accelerators required per inference workload matters, even when expanding AI adoption creates new demand elsewhere.

KTransformers will not replace the large GPU clusters needed for frontier-model training or high-volume commercial serving. It does, however, weaken VRAM scarcity as the gatekeeper to advanced AI deployment.

Sources: KTransformers repository⁠, KTransformers hardware documentation⁠, DeepSeek-R1 model architecture⁠, Nvidia Q1 FY2027 results⁠.

Featured

Unmourned

American AI will die unmourned. The funeral notices arrived...

What is a Loop in AI and How do You Use Them?

Everyone's talking loops, and looping is the new new...
Jennifer Evans
Jennifer Evanshttps://www.b2bnn.com
Principal, patternpulse.ai, and cofounder, Tech Reset Canada. AI policy, research and analysis. Entrepreneur since 2002, marketer since 1998, machine learning since 2009. Based in Toronto and Southeast Asia.