v0.5.5rc3-xpu

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

AI Summary

Provides an Intel XPU/SYCL wheel for LMCache version 0.5.5rc3, built against pinned torch-xpu and oneAPI toolchains.

Key Highlights

  • Intel XPU/SYCL wheel for LMCache v0.5.5rc3
  • Built against pinned torch-xpu and oneAPI toolchain
  • Runtime binds to host oneAPI/SYCL libraries

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
```