Unverified Commit 01843c89 authored by Divakar Verma's avatar Divakar Verma Committed by GitHub
Browse files

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

parent 19a4dd09
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment