[AMD] Fix CI base-a fwd_occupancy: disable SGLANG_SANITIZE_NAN_LOGITS in AMD CI (#28075)
This commit is contained in:
@@ -21,6 +21,10 @@ declare -A ENV_MAP=(
|
||||
# the MXFP4 EAGLE-MTP decode path and abort the queue with an HSA hardware
|
||||
# exception.
|
||||
[SGLANG_ENABLE_ASYNC_ASSERT]=0
|
||||
# Disabled on AMD: the per-step NaN-logit probe/sanitize kernels (#27883) in
|
||||
# the sampler hot path lower single-batch decode fwd_occupancy below the
|
||||
# base-a sanity threshold.
|
||||
[SGLANG_SANITIZE_NAN_LOGITS]=0
|
||||
[SGLANG_USE_AITER]=1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user