v0.4.7-cu129

microsoft/markitdownv0.4.7-cu129Jun 13, 2026by github-actions[bot]

AI Summary

This release provides a pre-built wheel for LMCache version 0.4.7 specifically compiled with CUDA 12.9 support, allowing users to install the library with optimized GPU performance.

Key Highlights

  • CUDA 12.9 support for LMCache v0.4.7
  • Optimized GPU performance with cu129 wheel
  • Installation instructions provided for pip

New Features

  • CUDA 12.9 wheel installation

Full Release Notes

CUDA 12.9 wheel for LMCache v0.4.7.

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