mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-19 18:17:02 +08:00
minor function name change
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
This commit is contained in:
parent
0e01150cb4
commit
db9aaa61ac
@ -446,7 +446,7 @@ def render_metric_table_html(
|
|||||||
return title + styler.to_html(table_attributes='border="1" class="dataframe"')
|
return title + styler.to_html(table_attributes='border="1" class="dataframe"')
|
||||||
|
|
||||||
|
|
||||||
def maybe_write_plot(
|
def write_plot(
|
||||||
main_fh,
|
main_fh,
|
||||||
sub_fh,
|
sub_fh,
|
||||||
group_df: pd.DataFrame,
|
group_df: pd.DataFrame,
|
||||||
@ -587,7 +587,7 @@ def write_report_group_first(files: List[str], info_cols: List[str], plan: Metri
|
|||||||
main_fh.write(html)
|
main_fh.write(html)
|
||||||
sub_fh.write(html)
|
sub_fh.write(html)
|
||||||
|
|
||||||
maybe_write_plot(
|
write_plot(
|
||||||
main_fh,
|
main_fh,
|
||||||
sub_fh,
|
sub_fh,
|
||||||
group_df=group_df,
|
group_df=group_df,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user