v0.5.1rc1-cu129

superset-sh/supersetv0.5.1rc1-cu129Jul 2, 2026by github-actions[bot]

AI Summary

This release provides a CUDA 12.9 wheel for LMCache version 0.5.1rc1, marking the first release candidate for this version.

Key Highlights

  • CUDA 12.9 compatibility
  • Release Candidate 1
  • Installation instructions provided via uv pip

New Features

  • CUDA 12.9 wheel support

Full Release Notes

CUDA 12.9 wheel for LMCache v0.5.1rc1.

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