v0.5.3rc1-rocm
pydantic/pydantic-aiv0.5.3rc1-rocmAug 1, 2026by github-actions[bot]
AI Summary
Pre-release v0.5.3 of LMCache built for AMD ROCm 7.2, targeting new Instinct GPU models like MI300X and MI350X.
Key Highlights
- ROCm 7.2 wheel support for AMD Instinct gfx942 and gfx950 (MI300X/MI325X/MI350X/MI355X).
- ABI-matched to the upstream vLLM vllm-openai-rocm image (torch 2.11, cp312).
- Designed for installation into upstream vLLM ROCm containers.
New Features
- Installation instructions for vLLM containers using pip and find-links.
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
```