Add env var to control custom Triton kernel cache and set CSGMV as default backend. (#12176)
This commit is contained in:
@@ -180,6 +180,7 @@ class Envs:
|
||||
|
||||
# Triton
|
||||
SGLANG_TRITON_DECODE_ATTN_STATIC_KV_SPLITS = EnvBool(False)
|
||||
SGLANG_USE_CUSTOM_TRITON_KERNEL_CACHE = EnvBool(False)
|
||||
|
||||
# Torch Compile
|
||||
SGLANG_ENABLE_TORCH_COMPILE = EnvBool(False)
|
||||
|
||||
Reference in New Issue
Block a user