v0.5.5rc1-xpu
LMCache/LMCachev0.5.5rc1-xpuAug 28, 2026by github-actions[bot]
AI Summary
This release provides a pre-built wheel for LMCache targeting Intel XPU hardware using the SYCL interface. It is designed to be installed into upstream Intel vLLM XPU containers and links against the host oneAPI/SYCL runtime.
Key Highlights
- Intel XPU/SYCL wheel for v0.5.5rc1
- Built against pinned torch-xpu + oneAPI toolchain
- Runtime binds to host oneAPI/SYCL libraries
New Features
- Intel XPU wheel support
- SYCL interface compatibility
Full Release Notes
Intel XPU/SYCL wheel for LMCache v0.5.5rc1.
Built against pinned torch-xpu + oneAPI toolchain; runtime binds to host oneAPI/SYCL libraries.
Install into an upstream Intel vLLM XPU container:
```
VERSION=v0.5.5rc1
pip install lmcache==0.5.5rc1+xpu --no-deps \
--no-index \
--find-links https://github.com/LMCache/LMCache/releases/expanded_assets/${VERSION}-xpu
```