v0.5.3rc1-rocm

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

AI Summary

Delivers a ROCm 7.2 wheel for LMCache v0.5.3rc1, tailored for AMD Instinct MI300X/MI350X/MI355X GPUs.

Key Highlights

  • ROCm 7.2 support
  • AMD Instinct gfx942 and gfx950 support
  • ABI-matched to vllm/vllm-openai-rocm image

New Features

  • ROCm wheel installation for AMD GPUs

Full Release Notes

ROCm 7.2 wheel for LMCache v0.5.3rc1, 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.3rc1
pip install lmcache==${VERSION#v} --no-deps \
  --find-links https://github.com/LMCache/LMCache/releases/expanded_assets/${VERSION}-rocm
```