v0.5.1rc2-cu129

KlingAIResearch/LivePortraitv0.5.1rc2-cu129Jul 2, 2026by github-actions[bot]

AI Summary

This release candidate provides a pre-built wheel for CUDA 12.9, allowing the LMCache library to run on NVIDIA GPUs with the latest CUDA drivers.

Key Highlights

  • Support for CUDA 12.9 (wheel available).
  • Version 0.5.1 release candidate 2.
  • Installation instructions provided for `uv pip`.

New Features

  • CUDA 12.9 wheel support.

Full Release Notes

CUDA 12.9 wheel for LMCache v0.5.1rc2.

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