Tree: Lint
This commit is contained in:
parent
ce5e2ec8de
commit
7084081b1f
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue