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
Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
  • Loading branch information
divakar-amd authored and sumitd2 committed Nov 14, 2024
1 parent d02cc91 commit fb8cf70
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 fb8cf70

Please sign in to comment.