[AMD] avoid aiter re-installing triton in amd_install_dependency (#24981)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Bingxu Chen
2026-05-11 23:05:16 +08:00
committed by GitHub
co-authored by Cursor Agent
parent aeb8fefc25
commit 2e69266f84
+1 -1
View File
@@ -306,7 +306,7 @@ if [[ "${NEED_REBUILD}" == "true" ]]; then
# build AITER
docker exec ci_sglang bash -c "
cd /sgl-workspace/aiter && \
GPU_ARCHS=${GPU_ARCH_LIST} python3 setup.py develop
AITER_USE_SYSTEM_TRITON=1 GPU_ARCHS=${GPU_ARCH_LIST} python3 setup.py develop
"
echo "[CI-AITER-CHECK] === AITER REBUILD COMPLETE ==="