[Misc] log when using default MoE config (#8971)

This commit is contained in:
Divakar Verma 2024-10-02 23:31:07 -05:00 committed by GitHub
parent 19a4dd0990
commit 01843c89b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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