[AMD] Fix test_deepseek_r1_mxfp4_8gpu.py : disable async-assert probes on AMD CI (#27505)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user