v0.4.7-cu129

Notifuse/notifusev0.4.7-cu129Jun 13, 2026by github-actions[bot]

AI Summary

This release provides a CUDA 12.9 wheel for LMCache v0.4.7, allowing users to install the library with support for the latest PyTorch CUDA libraries.

Key Highlights

  • CUDA 12.9 support included
  • Part of the v0.4.7 release cycle
  • Provides specific pip install command

Full Release Notes

CUDA 12.9 wheel for LMCache v0.4.7.

```
VERSION=v0.4.7
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
```