v0.4.7-cu129

MystenLabs/suiv0.4.7-cu129Jun 13, 2026by github-actions[bot]

AI Summary

Provides a CUDA 12.9 wheel for the LMCache library, enabling optimized performance on supported GPU hardware.

Key Highlights

  • CUDA 12.9 wheel for LMCache v0.4.7
  • Instructions provided for installation via pip

New Features

  • CUDA 12.9 support

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
```