benchmark includes ver

This commit is contained in:
Concedo 2024-05-02 14:17:48 +08:00
parent e7a962c70a
commit fb7e72352e

View file

@ -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}")