Skip to content

Commit

Permalink
server: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 25, 2024
1 parent 21209a1 commit 583e35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/server/bench/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def main(args_in: list[str] | None = None) -> None:
plt.xticks(rotation=0, fontsize=14, horizontalalignment='center', alpha=.7)
plt.yticks(fontsize=12, alpha=.7)


plt.title(f"llama.cpp {args.name} on {args.runner_label}\n"
f"duration={args.duration} {iterations} iterations",
fontsize=14, wrap=True)
Expand Down

0 comments on commit 583e35d

Please sign in to comment.