v0.4.6-cu129

MystenLabs/suiv0.4.6-cu129May 29, 2026by github-actions[bot]

AI Summary

Released a CUDA 12.9 compatible wheel for the LMCache package to support the latest NVIDIA driver version.

Key Highlights

  • CUDA 12.9 support for LMCache
  • Updated to LMCache version v0.4.6
  • Provided installation instructions for PyTorch wheels

New Features

  • CUDA 12.9 wheel for LMCache

Full Release Notes

CUDA 12.9 wheel for LMCache v0.4.6.

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