v0.5.5rc3-rocm

VoltAgent/voltagentv0.5.5rc3-rocmSep 1, 2026by github-actions[bot]

AI Summary

Releases a ROCm 7.2 wheel for LMCache v0.5.5rc3 optimized for AMD Instinct MI300X/MI350X GPUs.

Key Highlights

  • ROCm 7.2 wheel for AMD
  • Target hardware: Instinct gfx942 (MI300X/MI325X) and gfx950 (MI350X/MI355X)
  • ABI-matched to upstream vLLM ROCm image

Full Release Notes

ROCm 7.2 wheel for LMCache v0.5.5rc3, built for AMD
Instinct gfx942 (MI300X/MI325X) and gfx950 (MI350X/MI355X). ABI-matched
to the upstream `vllm/vllm-openai-rocm` image (torch 2.11, cp312).

Install into an upstream vLLM ROCm container:
```
VERSION=v0.5.5rc3
pip install lmcache==0.5.5rc3+rocm7.2 --no-deps \
  --find-links https://github.com/LMCache/LMCache/releases/expanded_assets/${VERSION}-rocm
```