[Tiny] Fix grammar in shared experts fusion log messages (#18043)
This commit is contained in:
@@ -2844,7 +2844,7 @@ class DeepseekV2ForCausalLM(nn.Module, DeepseekV2WeightLoaderMixin):
|
||||
or self.config.n_routed_experts != 256
|
||||
or self.config.n_shared_experts != 1
|
||||
):
|
||||
disable_reason = "Config not support fused shared expert(s)."
|
||||
disable_reason = "Config does not support fused shared expert(s)."
|
||||
elif (not _is_cuda or torch.cuda.get_device_capability("cuda") < (8, 0)) and (
|
||||
not _is_hip or torch.cuda.get_device_capability("cuda") < (9, 4)
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user