v0.5.2rc1-cu129

bytedance/deer-flowv0.5.2rc1-cu129Jul 20, 2026by github-actions[bot]

AI Summary

This release provides a pre-built wheel for CUDA 12.9 compatible with LMCache release candidate version 0.5.2rc1.

Key Highlights

  • Support for CUDA 12.9
  • LMCache v0.5.2rc1
  • Release Candidate (rc1) status
  • Pre-built wheel distribution
  • PyTorch CUDA 12.9 compatibility

New Features

  • CUDA 12.9 support

Full Release Notes

CUDA 12.9 wheel for LMCache v0.5.2rc1.

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