From 089a306f197dcc1152f2802ba1c56fbdeb86ac27 Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:25:15 +0800 Subject: [PATCH] [Misc] update cuda version (#19526) Signed-off-by: reidliu41 Co-authored-by: reidliu41 --- examples/others/lmcache/cpu_offload_lmcache.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/others/lmcache/cpu_offload_lmcache.py b/examples/others/lmcache/cpu_offload_lmcache.py index 9138b53679b3f..e10ee4e2a9a9a 100644 --- a/examples/others/lmcache/cpu_offload_lmcache.py +++ b/examples/others/lmcache/cpu_offload_lmcache.py @@ -17,7 +17,8 @@ Usage: (Without enable_chunked_prefill) Note that `lmcache` is needed to run this example. -Requirements: Linux, Python: 3.10 or higher, CUDA: 12.1 +Requirements: +https://docs.lmcache.ai/getting_started/installation.html#prerequisites Learn more about LMCache environment setup, please refer to: https://docs.lmcache.ai/getting_started/installation.html """