Skip to content

Commit

Permalink
Tree: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DocShotgun committed May 27, 2024
1 parent ce5e2ec commit 7084081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/gen_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ def log_metrics(
else round((prompt_tokens - cached_tokens) / prompt_time, 2)
)
itemization.append(
f"Process: {cached_tokens} cached tokens and {prompt_tokens - cached_tokens} new tokens at {prompt_ts} T/s"
f"Process: {cached_tokens} cached tokens and "
f"{prompt_tokens - cached_tokens} new tokens at {prompt_ts} T/s"
)

generate_ts = (
Expand Down

0 comments on commit 7084081

Please sign in to comment.