refine fused_moe tuning docs (#5294)

This commit is contained in:
Xiaoyu Zhang
2025-04-13 01:01:13 +08:00
committed by GitHub
parent 690ec20587
commit 3e4794aad8
2 changed files with 11 additions and 3 deletions

View File

@@ -956,7 +956,7 @@ def get_moe_configs(
logger.warning(
(
"Using default MoE config. Performance might be sub-optimal! "
"Config file not found at %s"
"Config file not found at %s, you can tune the config with https://github.com/sgl-project/sglang/blob/main/benchmark/kernels/fused_moe_triton/tuning_fused_moe_triton.py."
),
config_file_path,
)