v0.5.4rc4-cu129

LMCache/LMCachev0.5.4rc4-cu129Aug 15, 2026by github-actions[bot]

AI Summary

This release provides a CUDA 12.9 wheel for LMCache version 0.5.4rc4, the fourth release candidate. It allows users to install the candidate version using the `uv` package manager.

Key Highlights

  • CUDA 12.9 wheel for v0.5.4rc4
  • Release Candidate 4
  • Installation via `uv pip`

New Features

  • CUDA 12.9 backend support

Full Release Notes

CUDA 12.9 wheel for LMCache v0.5.4rc4.

```
VERSION=v0.5.4rc4
uv pip install lmcache== \
  --extra-index-url https://download.pytorch.org/whl/cu129 \
  --find-links https://github.com/LMCache/LMCache/releases/expanded_assets/-cu129 \
  --index-strategy unsafe-best-match
```