Skip to content

Commit fb8cf70

Browse files
divakar-amdsumitd2
authored andcommitted
[Misc] log when using default MoE config (vllm-project#8971)
Signed-off-by: Sumit Dubey <[email protected]>
1 parent d02cc91 commit fb8cf70

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

Lines changed: 3 additions & 0 deletions
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)