Fix typos in comments (#37694)

Signed-off-by: co63oc <co63oc@users.noreply.github.com>
This commit is contained in:
co63oc
2025-04-24 22:59:56 +08:00
committed by GitHub
parent af000ceb92
commit 0302aa1c6e
35 changed files with 82 additions and 82 deletions

View File

@@ -293,7 +293,7 @@ def run_benchmark(logger: Logger, branch: str, commit_id: str, commit_msg: str,
max_cache_len=seq_length + 128,
)
# 3nd call
# 3rd call
start = perf_counter()
output = model.generate(**inputs, past_key_values=past_key_values)
end = perf_counter()