Skip to content

Commit 91357d4

Browse files
authored
Merge pull request #40 from kobe0938/gpt-oss
git repo change for 2025-08-05-gpt-oss-support
2 parents 3931ca3 + 8749f13 commit 91357d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-08-05-gpt-oss-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ vLLM requires nightly built PyTorch to serve GPT models. To ensure compatibility
5656
Install LMCache from source (this command may take a few minutes due to CUDA kernel compilations):
5757

5858
```bash
59-
git clone https://github.com/LMCache/lmcache.github.io.git
60-
cd lmcache
59+
git clone https://github.com/LMCache/LMCache.git
60+
cd LMCache
6161

6262
# In your virtual environment
6363
ENABLE_CXX11_ABI=1 uv pip install -e . --no-build-isolation

0 commit comments

Comments
 (0)