惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The Cloudflare Blog
A
About on SuperTechFans
腾讯CDC
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Google Online Security Blog
Google Online Security Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Heimdal Security Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Jina AI
Jina AI
爱范儿
爱范儿
D
DataBreaches.Net
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Security Archives - TechRepublic
Security Archives - TechRepublic
P
Proofpoint News Feed
P
Privacy International News Feed
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
P
Palo Alto Networks Blog
S
SegmentFault 最新的问题
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
美团技术团队
T
Tenable Blog
V
V2EX
M
MIT News - Artificial intelligence
Recorded Future
Recorded Future
A
Arctic Wolf
Hacker News - Newest:
Hacker News - Newest: "LLM"
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
GRAHAM CLULEY
P
Privacy & Cybersecurity Law Blog
Martin Fowler
Martin Fowler
人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
L
LINUX DO - 热门话题
博客园 - 【当耐特】
博客园 - 叶小钗
S
Securelist
T
Tor Project blog
Forbes - Security
Forbes - Security
O
OpenAI News
IT之家
IT之家
博客园 - Franky

IBM Research

All of AI benchmarking at your fingertips What are spin qubits? | IBM Quantum Computing Blog IBM to acquire HRL Laboratories IBM commits $50M in quantum access for US Genesis Mission It’s time for cryptography to get its own abstraction layer It’s time for cryptography to get its own abstraction layer This could be the largest synthetic code dataset yet How to measure the performance of a quantum computer | IBM Quantum Computing Blog Release News: Qiskit v2.5 is here! | IBM Quantum Computing Blog CoFrGeNets replace the ‘bones’ of transformer-based models How training environments can teach AI models to misbehave What’s new at IBM Quantum - Q2 2026 | IBM Quantum Computing Blog Modeling the chemistry of fusion reactor material | IBM Quantum Computing Blog Ponder This Challenge - July 2026 - Return of the Superheroes Apply to IBM Quantum Developer Conference 2026 | IBM Quantum Computing Blog Qiskit Paulice: postselected quantum error correction | IBM Quantum Computing Blog What is IBM’s nanostack chip architecture? IBM introduces the smallest computer chip in the world A new playbook for quantum optimization benchmarking Explore next-gen quantum algorithms with IBM Quantum Credits | IBM Quantum Computing Blog Allstate explores quantum computing for insurance portfolios | IBM Quantum Computing Blog Can LLMs discover quantum error correction codes? Prototype and validate fermionic circuits faster with ffsim | IBM Quantum Computing Blog Bringing the power of semantic AI to IBM Db2 The fast Fourier transform, how and why it works Building AI more like software The future of quantum takes center stage at NY Tech Week Qiskit Fall Fest 2026: Applications open | IBM Quantum Computing Blog IBM to invest $10 billion in quantum computing | IBM Quantum Computing Blog Renowned mathematician Subhash Khot joins IBM Research Ponder This Challenge - June 2026 - The Superhero Team Movies New Classroom Accounts expand quantum access for educators | IBM Quantum Computing Blog Qiskit Global Summer School 2026: Registration now open | IBM Quantum Computing Blog How researchers built a record-setting quantum circuit | IBM Quantum Computing Blog IBM charts a new research path with MIT How IBM is using quantum computing to understand the operating system of the universe How to use sample-based quantum diagonalization on IBM hardware Quantum-centric supercomputing simulates 12,635-atom protein | IBM Quantum Computing Blog A decade of quantum on the cloud | IBM Quantum Computing Blog Ponder This Challenge - May 2026 - The Powers of a Binary Matrix Where the frontiers of high-speed racing and computing meet Introducing the IBM Granite 4.1 family of models Building the future of computing, together Next-generation algorithms could move fusion from the lab to the grid Bringing quantum-centric supercomputing to Illinois What’s new at IBM Quantum - Q1 2026 | IBM Quantum Computing Blog Release News: Qiskit v2.4 is here! | IBM Quantum Computing Blog How IBM Quantum is enabling healthcare and biology research | IBM Quantum Computing Blog How an extra training step can unlock AI’s reasoning power IBM demonstrates extreme scale for content-aware storage with a 100-billion vector database Ponder This Challenge - April 2026 - The Unlabeled Clock IBM Research and ETH Zurich open a new era of innovation IBM’s newest time-series models cover a full range of enterprise prediction tasks Toward a transparent supply chain for AI Quantum computers take a step into real materials science Donating llm-d to the Cloud Native Computing Foundation Cleveland Clinic & IBM debut new quantum simulation workflow | IBM Quantum Computing Blog Turning turbulence into transcripts Like the information in a dream: IBM’s Charles H. Bennett receives ACM Turing award Doubling down on open-access quantum computing | IBM Quantum Computing Blog Unveiling the first reference architecture for quantum-centric supercomputing Realizing Feynman’s vision for the future of simulation | IBM Quantum Computing Blog IBM is working today to secure communication from tomorrow’s quantum risks Building PyTorch-native support for the IBM Spyre Accelerator Quantum simulates properties of the first-ever half-Möbius molecule, designed by IBM and researchers A look back at the International Year of Quantum | IBM Quantum Computing Blog TerraStackAI: Bringing Earth and space AI to Red Hat and the world Ponder This Challenge - March 2026 - Path game on a hole-riddled chessboard IBM demonstrates High NA EUV process capability on track for insertion below 2 nm nodes at SPIE 2026 Quantum Advantage Tracker: the race to advantage | IBM Quantum Computing Blog
Running AI on mixed hardware for speed and affordability
Kim Martineau · 2026-06-24 · via IBM Research

As enterprises shift from experimenting with LLMs to serving them to customers, many are choosing to deploy their models on premises to ensure full control of their stack. Under the sovereign approach, AI workloads are processed on hardware that an enterprise owns or leases from a cloud provider.

Keeping data and models close has several benefits. It can give enterprises greater control over performance and reduce the risk of data leaks and security breaches. It can also be an effective way to control expenses amid surging demand for AI applications. Generative AI’s two main bottlenecks — high memory requirements and inefficient GPU utilization — can bog down service and drive up costs as deployments grow larger.

This is why the open-source community built llm-d — to orchestrate high-performance inference engines like vLLM and SGLang to manage the constraints of high-volume inference. By distributing inference requests efficiently, llm-d is designed to help enterprises and cloud providers serve more customers while holding down costs.

At its core is a cache-aware router that sends incoming requests to the vLLM instance most likely to hold pre-computed data in its key value (KV) cache. It also separates the prompt-processing “prefill” step from the text-generating “decoding” step so that each can be optimized across dedicated hardware pools.

blogArt-miscChart-1-2.png

llm-d was designed, at least theoretically, to run multi-vendor GPUs in the same production cluster so enterprises could use older or lower-cost hardware for low-priority tasks, while reserving their most expensive hardware for critical workloads.

But in practice, creating a coherent serving layer out of a hodge-podge of GPUs is full of technical challenges, from reconciling divergent driver stacks and container runtimes to figuring out how to drain and reschedule in-flight requests without violating latency service level objectives (SLOs).

IBM Research, Red Hat, and NxtGen Cloud Technologies, one of India’s leading sovereign cloud providers, recently set out to reconfigure llm-d to improve its performance on mixed GPU clusters.

In a series of experiments on the NxtGen sovereign cloud, they found that llm-d could run IBM Granite and Sarvam AI models on diverse hardware three to five times faster, and to potentially twice as many users, than serving the same models without llm-d.

The experiments may be the first to demonstrate llm-d's potential to both improve service for customers and help enterprises save money over heterogeneous hardware. And though India was chosen as a test site, researchers said they expect similar results under any other open-source largescale deployment.

“llm-d's Kubernetes-native control plane delivers higher throughput, lower latency and better infrastructure utilization across accelerators, allowing enterprises and sovereign cloud providers to use their existing infrastructure,” said Priya Nagpurkar, vice president of hybrid cloud and AI platform at IBM Research. “This open, cloud-native approach can provide the scale and flexibility to keep down costs.”

A smart router to reuse the KV cache

LLM workloads often contain content that repeats across users or sessions. Under a traditional Kubernetes setup, requests are spread across available pods, round-robin-style, with requests often landing on instances with no cached state for that prefix. The KV cache, as a result, has to be rebuilt on each node, leading to redundant computation. 

llm-d, by contrast, is equipped with a hardware-agnostic router that can find previously computed cache in a multi-node cluster. It tracks the KV cache state of each vLLM instance in real time, routing incoming requests to the instance most likely to hold matching prompt prefixes in memory, regardless of which accelerator type processed it.

The researchers found that llm-d consistently outperformed the traditional Kubernetes setup on both response time, measured by throughput, and time-to-first-token (TTFT), the time it takes for users to receive their first token after submitting a prompt.

blogArt-miscChart-3.png

llm-d consistently outperformed the traditional Kubernetes setup on both throughput and time-to-first-token.

Under a traditional Kubernetes configuration, requests are balanced evenly, causing slower GPUs to drag down overall throughput. llm-d’s prefix-cache-aware router, however, can increase capacity by diverting cache hits to open pods.

blogArt-chart-2.png

As traffic increased in a pool of 20 GPU pods spanning three vendors (A+B+C), llm-d response times and throughput (in green) improved over a traditional Kubernetes round-robin setup (in grey).

In a pool of 20 GPU pods spanning three different vendors, the traditional Kubernetes setup reached peak output of about 9,600 tokens per second under moderate traffic and fell to 7,500 tokens per second as demand increased. With llm-d, however, the same heterogeneous pods were able to reach 14,200 tokens per second under heavy traffic and reduce response times by nearly half a minute.

Squeezing more tokens from each GPU

The improved response time and throughput that llm-d brings can add up to real savings. The researchers calculated that using vLLM and llm-d to serve a Sarvam-30B model to a thousand users at once could save, on average, up to $5.25 million a year, with GPU costs set conservatively at $3 per hour.

For enterprises, the bottom line is that twice as many customers can potentially be served three to five times faster by deploying workloads on llm-d. The researchers explain the details in a technical blog post for the llm-d community.

The llm-d community plans to further improve llm-d by implementing efficient routing. Compute-heavy pre-filling tasks could be sent to GPU nodes from one vendor, for example, while memory intensive decoding could go to nodes from another vendor. To operationalize this feature, the KV cache transfer library has to be compatible across GPU backends.

Data residency rules and other regulatory concerns have made AI deployments on-premises more attractive to some enterprises. But clearly a business case for sovereign AI and taking control of the stack could be made, too.

Properly configured, llm-d can boost capacity and reduce needless spending. Rather than having to buy the latest, most expensive hardware, enterprises can spread their AI workloads across a variety of GPUs, including those they already own. AI application users benefit, too, by getting answers and solutions faster.

"This benchmarking exercise shows what’s possible when Indian sovereign infrastructure meets world-class open innovation,” said A. S. Rajgopal, managing director and CEO of NxtGen. “llm-d's decisive advantage over a traditional Kubernetes setup validates the direction we've chosen.”

It’s yet another example of how open-source collaboration can help enterprises create value and avoid vendor lock-in, said Vincent Caldeira, chief technology officer for Red Hat’s Asia-Pacific region. “Through llm-d's community-driven architecture, Indian businesses can now unify diverse, multi-vendor hardware pools," he said.