v0.4.6-cu129

Notifuse/notifusev0.4.6-cu129May 29, 2026by github-actions[bot]

AI Summary

This release provides a pre-built wheel for LMCache version 0.4.6 specifically compatible with CUDA 12.9, allowing users to easily install the library with the latest NVIDIA GPU support.

Key Highlights

  • CUDA 12.9 compatibility
  • Pre-built wheel for LMCache v0.4.6
  • Installation instructions provided for easy setup

New Features

  • CUDA 12.9 wheel support

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