From fb7e72352ec26c78e4956ec46f9db729d7788b25 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 2 May 2024 14:17:48 +0800 Subject: [PATCH] benchmark includes ver --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index a5ca38809..043354d54 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -3197,7 +3197,7 @@ def main(launch_args,start_server=True): s_pp = float(benchmaxctx-benchlen)/t_pp s_gen = float(benchlen)/t_gen datetimestamp = datetime.now(timezone.utc) - print(f"\nBenchmark Completed - Results:\n======") + print(f"\nBenchmark Completed - v{KcppVersion} Results:\n======") print(f"Timestamp: {datetimestamp}") print(f"Backend: {libname}") print(f"Layers: {args.gpulayers}")