"vscode:/vscode.git/clone" did not exist on "5140f54b894e7458e9601cd2c671b5c756495b0e"
Unverified Commit f002e9a8 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[Cleanup] Only log MoE DP setup warning if DP is enabled (#21315)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent a1f3610f
...@@ -464,6 +464,7 @@ class FusedMoEConfig: ...@@ -464,6 +464,7 @@ class FusedMoEConfig:
) )
else: else:
_quant_config = FusedMoEQuantConfig() _quant_config = FusedMoEQuantConfig()
if moe_parallel_config.dp_size > 1:
logger.warning_once("MoE DP setup unable to determine " logger.warning_once("MoE DP setup unable to determine "
"quantization scheme or unsupported " "quantization scheme or unsupported "
"quantization type. This model will " "quantization type. This model will "
......
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