[Doc] Fix wrong github link in LMCache examples (#17274)

Signed-off-by: KuntaiDu <kuntai@uchicago.edu>
This commit is contained in:
Kuntai Du 2025-04-27 20:09:11 -07:00 committed by GitHub
parent cb3f2d8d10
commit 9053d0b134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.