From b7b258aaae07742f017955e0e30730ae9cc9ce9a Mon Sep 17 00:00:00 2001 From: Kobe Chen Date: Wed, 17 Sep 2025 22:56:56 +0000 Subject: [PATCH] minor fix --- _posts/2025-09-17-dynamo-lmcache.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/2025-09-17-dynamo-lmcache.md b/_posts/2025-09-17-dynamo-lmcache.md index cfeaf69..0202497 100644 --- a/_posts/2025-09-17-dynamo-lmcache.md +++ b/_posts/2025-09-17-dynamo-lmcache.md @@ -5,8 +5,6 @@ comments: true author: NVIDIA Dynamo team, LMCache team --- -# **NVIDIA Dynamo integrates LMCache Accelerating LLM Inference** - We’re thrilled to announce that [**Nvidia Dynamo**](https://github.com/ai-dynamo/dynamo) **has integrated [LMCache](https://github.com/LMCache/LMCache) as a [KV caching layer solution](https://docs.nvidia.com/dynamo/latest/components/backends/vllm/LMCache_Integration.html)**. This is a big milestone: Dynamo gets a battle-tested caching solution, and LMCache becomes part of a data center-scale inference platform used by many developers worldwide to deploy AI at scale. ## **Why KV Caching Matters**