v0.5.3rc1-cu129

evershopcommerce/evershopv0.5.3rc1-cu129Aug 1, 2026by github-actions[bot]

AI Summary

Provides a CUDA 12.9 wheel for LMCache v0.5.3rc1, enabling optimized performance on NVIDIA GPUs.

Key Highlights

  • CUDA 12.9 compatibility
  • LMCache v0.5.3rc1 release
  • Specific installation command using uv pip

New Features

  • CUDA 12.9 wheel installation

Full Release Notes

CUDA 12.9 wheel for LMCache v0.5.3rc1.

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