[Bugfix] Work around FlashInfer unified transport issue on GB (#20039)

This commit is contained in:
Mohammad Miadh Angkad
2026-03-22 21:10:25 -07:00
committed by GitHub
parent a94d67d44b
commit d8a5b1dbaf
2 changed files with 83 additions and 9 deletions
+3
View File
@@ -342,6 +342,9 @@ class Envs:
# Default to the pick from flashinfer
SGLANG_FLASHINFER_FP4_GEMM_BACKEND = EnvStr("")
SGLANG_FLASHINFER_WORKSPACE_SIZE = EnvInt(384 * 1024 * 1024)
# TODO(mmangkad): Remove this once the FlashInfer unified allreduce-fusion
# transport issue on GB200/GB300 platforms is fixed and verified resolved.
SGLANG_FLASHINFER_FORCE_POSIX_FD_TRANSPORT = EnvBool(None)
# Triton
SGLANG_TRITON_DECODE_ATTN_STATIC_KV_SPLITS = EnvBool(False)