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: Alvant <alvasian@yandex.ru>
  • Loading branch information
divakar-amd authored and Alvant committed Oct 26, 2024
1 parent 84036cf commit 226a632
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 226a632

Please sign in to comment.