From 9053d0b134e574767f661df521decffd796ff440 Mon Sep 17 00:00:00 2001 From: Kuntai Du Date: Sun, 27 Apr 2025 20:09:11 -0700 Subject: [PATCH] [Doc] Fix wrong github link in LMCache examples (#17274) 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 237d0aebd00d3..7d0c23f529bb2 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.