lmcache_xpu_device is an out-of-tree LMCache XPU device plugin published as a
wheel.
It carries the LMCache XPU DeviceSpec and DeviceOps implementation so an
LMCache checkout can remove its built-in lmcache/v1/platform/xpu package and
recover the same runtime behavior by installing this wheel into the same Python
environment.
device_type="xpu"registration through thelmcache.device_pluginsentry-point groupXpuDeviceSpechardware detectionXpuDeviceOpslazy binding tolmcache.xpu_ops
lmcache.xpu_opsnative extension build- XPU GPU connector implementations
- XPU tests and CI orchestration
uv buildThe wheel is written to dist/.
Install the wheel into the same environment as LMCache:
uv pip install dist/lmcache_xpu_device-0.1.0-py3-none-any.whlIn an Intel XPU environment, LMCache should then resolve the xpu backend
through this package's entry point.