v0.5.5rc3-xpu
siddharthvaddem/openscreenv0.5.5rc3-xpuSep 1, 2026by github-actions[bot]
AI Summary
This release candidate provides an Intel XPU (SYCL) wheel for LMCache, built against pinned versions of `torch-xpu` and the oneAPI toolchain, designed to integrate seamlessly with upstream Intel vLLM XPU containers.
Key Highlights
- Intel XPU/SYCL wheel for LMCache v0.5.5rc3
- Built against pinned `torch-xpu` + oneAPI toolchain
- Runtime binds to host oneAPI/SYCL libraries
- Installation instructions provided for upstream Intel vLLM XPU containers
New Features
- XPU-specific caching wheel for Intel hardware
Full Release Notes
Intel XPU/SYCL wheel for LMCache v0.5.5rc3.
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.5rc3
pip install lmcache==0.5.5rc3+xpu --no-deps \
--no-index \
--find-links https://github.com/LMCache/LMCache/releases/expanded_assets/${VERSION}-xpu
```