[AMD] Fix CI base-a fwd_occupancy: disable SGLANG_SANITIZE_NAN_LOGITS in AMD CI (#28075)

This commit is contained in:
Michael
2026-06-12 14:14:34 -07:00
committed by GitHub
parent 1e71c1a859
commit 65d76bd3f6
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -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
)