Skip to content

Commit 01843c8

Browse files
authored
[Misc] log when using default MoE config (#8971)
1 parent 19a4dd0 commit 01843c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vllm/model_executor/layers/fused_moe/fused_moe.py

+3
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ def get_moe_configs(E: int, N: int,
320320

321321
# If no optimized configuration is available, we will use the default
322322
# configuration
323+
logger.warning(
324+
("Using default MoE config. Performance might be sub-optimal! "
325+
"Config file not found at %s"), config_file_path)
323326
return None
324327

325328

0 commit comments

Comments
 (0)