From 8749f13979738ba5d9fdec37c529cffe0c27231f Mon Sep 17 00:00:00 2001 From: Kobe Chen Date: Wed, 6 Aug 2025 12:39:24 -0700 Subject: [PATCH] git repo change for 2025-08-05-gpt-oss-support Signed-off-by: Kobe Chen --- _posts/2025-08-05-gpt-oss-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2025-08-05-gpt-oss-support.md b/_posts/2025-08-05-gpt-oss-support.md index 72c09ce..780be63 100644 --- a/_posts/2025-08-05-gpt-oss-support.md +++ b/_posts/2025-08-05-gpt-oss-support.md @@ -56,8 +56,8 @@ vLLM requires nightly built PyTorch to serve GPT models. To ensure compatibility Install LMCache from source (this command may take a few minutes due to CUDA kernel compilations): ```bash -git clone https://github.com/LMCache/lmcache.github.io.git -cd lmcache +git clone https://github.com/LMCache/LMCache.git +cd LMCache # In your virtual environment ENABLE_CXX11_ABI=1 uv pip install -e . --no-build-isolation