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:
parent
fb85a288d7
commit
2e42be42bd
2 changed files with 169 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
tabulate~=0.9.0
|
||||
GitPython~=3.1.43
|
||||
matplotlib~=3.10.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue