v0.5.1-cu129

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

AI Summary

This release provides a CUDA 12.9 wheel for LMCache v0.5.1, allowing users to install the library with support for the latest NVIDIA CUDA drivers.

Key Highlights

  • CUDA 12.9 compatibility for LMCache
  • Installation instructions provided using `uv pip` with specific index URLs

New Features

  • CUDA 12.9 wheel support

Full Release Notes

CUDA 12.9 wheel for LMCache v0.5.1.

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