[misc] Make NaN-logit sanitization opt-in (default off) (#28829)

Co-authored-by: hnyls2002 <lsyincs@gmail.com>
This commit is contained in:
Lianmin Zheng
2026-06-21 14:31:35 -07:00
committed by GitHub
co-authored by hnyls2002
parent 7f67965b4d
commit a4d0ff3def
3 changed files with 2 additions and 5 deletions
-4
View File
@@ -21,10 +21,6 @@ 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
)