You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add validation for expert parallelism settings
Add validation to prevent simultaneous use of `--enable-expert-parallel` and `expert-tensor-parallel-size` configurations. These settings are mutually exclusive. Implementing this check prevents unexpected behavior and improves error tracing.
If both settings are enabled concurrently, the system now throws an error, making it easier to identify and resolve configuration issues.
Signed-off-by: Jade Zheng <[email protected]>
0 commit comments