v0.4.8rc3-cu129

ComposioHQ/awesome-claude-skillsv0.4.8rc3-cu129Jun 18, 2026by github-actions[bot]

AI Summary

Provides a CUDA 12.9 wheel for LMCache version 0.4.8rc3, enabling optimized performance on compatible NVIDIA hardware.

Key Highlights

  • CUDA 12.9 support
  • Installation command provided for pip
  • Pre-release version (rc3)

New Features

  • CUDA 12.9 wheel installation

Full Release Notes

CUDA 12.9 wheel for LMCache v0.4.8rc3.

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