compare-llama-bench: add option to plot (#14169)

* compare llama-bench: add option to plot

* Address review comments: convert case + add type hints

* Add matplotlib to requirements

* fix tests

* Improve comment and fix assert condition for test

* Add back default test_name, add --plot_log_scale

* use log_scale regardless of x_values
This commit is contained in:
Aman Gupta
2025-06-14 16:34:20 +08:00
committed by GitHub
parent fb85a288d7
commit 2e42be42bd
2 changed files with 169 additions and 1 deletions

View File

@ -1,2 +1,3 @@
tabulate~=0.9.0
GitPython~=3.1.43
matplotlib~=3.10.0