mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-03 04:27:03 +08:00
Without this environment variable, the build defaults to VLLM_TARGET_DEVICE=cuda as defined in vllm/envs.py, causing cmake to configure with -DVLLM_TARGET_DEVICE=cuda instead of -DVLLM_TARGET_DEVICE=rocm. This fix ensures ROCm Docker builds use the correct target device. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: westers <steve.westerhouse@origami-analytics.com>