mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 07:54:58 +08:00
[Misc] log when using default MoE config (#8971)
This commit is contained in:
parent
19a4dd0990
commit
01843c89b8
@ -320,6 +320,9 @@ def get_moe_configs(E: int, N: int,
|
|||||||
|
|
||||||
# If no optimized configuration is available, we will use the default
|
# If no optimized configuration is available, we will use the default
|
||||||
# configuration
|
# configuration
|
||||||
|
logger.warning(
|
||||||
|
("Using default MoE config. Performance might be sub-optimal! "
|
||||||
|
"Config file not found at %s"), config_file_path)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user