[AMD] Fix test_deepseek_r1_mxfp4_8gpu.py : disable async-assert probes on AMD CI (#27505)

This commit is contained in:
YC Yen-Ching Tseng
2026-06-09 08:12:35 -07:00
committed by GitHub
parent badab6b136
commit 17d8c5801d
+4 -1
View File
@@ -17,7 +17,10 @@ WORKDIR="/sglang-checkout/test/srt"
declare -A ENV_MAP=(
[SGLANG_IS_IN_CI_AMD]=1
[SGLANG_IS_IN_CI]=1
[SGLANG_ENABLE_ASYNC_ASSERT]=1
# Disabled on AMD: the async-assert probes (#27461) fire torch._assert_async in
# the MXFP4 EAGLE-MTP decode path and abort the queue with an HSA hardware
# exception.
[SGLANG_ENABLE_ASYNC_ASSERT]=0
[SGLANG_USE_AITER]=1
)