[Doc]: fix typos in Python comments (#24115)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-03 06:14:07 +02:00
committed by GitHub
parent d7e1e59972
commit 02d411fdb2
11 changed files with 11 additions and 11 deletions

View File

@@ -211,7 +211,7 @@ class DefaultModelLoader(BaseModelLoader):
if not USE_TPU_COMMONS:
# In PyTorch XLA, we should call `xm.mark_step`
# requently so that not too many ops are accumulated
# frequently so that not too many ops are accumulated
# in the XLA program. import torch_xla.core.xla_model
# as xm
import torch_xla.core.xla_model as xm