Skip to content

Commit

Permalink
[Misc] log when using default MoE config (vllm-project#8971)
Browse files Browse the repository at this point in the history
  • Loading branch information
divakar-amd authored and liuyanyi committed Oct 6, 2024
1 parent 9f480f3 commit 25c53ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vllm/model_executor/layers/fused_moe/fused_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ def get_moe_configs(E: int, N: int,

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


Expand Down

0 comments on commit 25c53ac

Please sign in to comment.