[Tiny] Fix grammar in shared experts fusion log messages (#18043)

This commit is contained in:
Mohammad Miadh Angkad
2026-01-31 13:14:25 -08:00
committed by GitHub
parent 46095f0551
commit 9ac4dcada4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)
):