Unverified Commit 04149cce authored by yihong's avatar yihong Committed by GitHub
Browse files

[BugFix] fix some typos found by typos. (#16314)


Signed-off-by: default avataryihong0618 <zouzou0208@gmail.com>
parent 24834f48
...@@ -652,7 +652,7 @@ class TPUModelRunner: ...@@ -652,7 +652,7 @@ class TPUModelRunner:
# Update cached state # Update cached state
self._update_states(scheduler_output) self._update_states(scheduler_output)
if not scheduler_output.total_num_scheduled_tokens: if not scheduler_output.total_num_scheduled_tokens:
# Return empty ModelRunnerOuptut if there's no work to do. # Return empty ModelRunnerOutput if there's no work to do.
return EMPTY_MODEL_RUNNER_OUTPUT return EMPTY_MODEL_RUNNER_OUTPUT
if self.is_multimodal_model: if self.is_multimodal_model:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment