Skip to content

Commit 583e35d

Browse files
committed
server: trigger build
1 parent 21209a1 commit 583e35d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server/bench/bench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def main(args_in: list[str] | None = None) -> None:
127127
plt.xticks(rotation=0, fontsize=14, horizontalalignment='center', alpha=.7)
128128
plt.yticks(fontsize=12, alpha=.7)
129129

130+
130131
plt.title(f"llama.cpp {args.name} on {args.runner_label}\n"
131132
f"duration={args.duration} {iterations} iterations",
132133
fontsize=14, wrap=True)

0 commit comments

Comments
 (0)