Fix spelling errors (#33978)

This commit is contained in:
lukec
2026-02-07 15:58:50 +08:00
committed by GitHub
parent c490d8cc73
commit 15a0b9e570
5 changed files with 10 additions and 10 deletions

View File

@@ -333,7 +333,7 @@ def select_fp8_moe_backend(
# TODO(rob): per discussion with TPU team, we need a way to register
# MoE backends by OOT plugins, rather than having an explicit list
# of AVAILBLE_BACKENDS. Enabling returning `Fp8MoeBackend.NONE` is
# of AVAILABLE_BACKENDS. Enabling returning `Fp8MoeBackend.NONE` is
# a temporary measure until these register APIs are complete.
if current_platform.is_cuda() or current_platform.is_rocm():
raise NotImplementedError(