From 8137254879e6a2f1229b4d2274ad1f0e57eb5050 Mon Sep 17 00:00:00 2001 From: KuntaiDu Date: Mon, 28 Apr 2025 01:37:02 +0000 Subject: [PATCH] Fix wrong link to LMCache. Also add `pip install` to the doc so that user can install lmcache with ease. Signed-off-by: KuntaiDu --- examples/lmcache/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lmcache/README.md b/examples/lmcache/README.md index 237d0aebd00d..7d0c23f529bb 100644 --- a/examples/lmcache/README.md +++ b/examples/lmcache/README.md @@ -8,8 +8,8 @@ This example demonstrates how to run LMCache with disaggregated prefill using NI ### Prerequisites -- Install [LMCache](https://github.com/ai-dynamo/lmcache) -- Install [NIXL](https://github.com/ai-dynamo/nixl) +- Install [LMCache](https://github.com/LMCache/LMCache). You can simply run `pip install lmcache`. +- Install [NIXL](https://github.com/ai-dynamo/nixl). - At least 2 GPUs - Valid Hugging Face token (HF_TOKEN) for Llama 3.1 8B Instruct.