[Bugfix] Work around FlashInfer unified transport issue on GB (#20039)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user