From 7084081b1f497577938a1607599862d8e570a4a9 Mon Sep 17 00:00:00 2001 From: DocShotgun <126566557+DocShotgun@users.noreply.github.com> Date: Sun, 26 May 2024 18:27:30 -0700 Subject: [PATCH] Tree: Lint --- common/gen_logging.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/gen_logging.py b/common/gen_logging.py index 3259a71..fbf10f6 100644 --- a/common/gen_logging.py +++ b/common/gen_logging.py @@ -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 = (