Tree: Lint

This commit is contained in:
DocShotgun 2024-05-26 18:27:30 -07:00
parent ce5e2ec8de
commit 7084081b1f

View file

@ -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 = (