Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _posts/2025-08-05-gpt-oss-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down