mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Tree: Lint
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user