[Misc] Fix typos in comments: explict→explicit, paramaters→parameters (#35648)
This commit is contained in:
@@ -603,7 +603,7 @@ def make_fp8_moe_kernel(
|
||||
)
|
||||
|
||||
# NOTE(rob): we only want the mk to control the shared_expert
|
||||
# if using all2all (for SBO). bnell is making this explict in
|
||||
# if using all2all (for SBO). bnell is making this explicit in
|
||||
# the new MoE runner class.
|
||||
kernel = mk.FusedMoEModularKernel(
|
||||
prepare_finalize,
|
||||
|
||||
@@ -458,7 +458,7 @@ def make_nvfp4_moe_kernel(
|
||||
)
|
||||
|
||||
# NOTE(rob): we only want the mk to control the shared_expert
|
||||
# if using all2all (for SBO). bnell is making this explict in
|
||||
# if using all2all (for SBO). bnell is making this explicit in
|
||||
# the new MoE runner class.
|
||||
kernel = mk.FusedMoEModularKernel(
|
||||
prepare_finalize,
|
||||
|
||||
@@ -44,7 +44,7 @@ def create_fused_moe_router(
|
||||
# grouped topk + fused topk bias parameters
|
||||
routed_scaling_factor: float = 1.0,
|
||||
e_score_correction_bias: torch.Tensor | None = None,
|
||||
# custom routing paramaters
|
||||
# custom routing parameters
|
||||
custom_routing_function: Callable | None = None,
|
||||
# eplb parameters
|
||||
enable_eplb: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user