[v0.18.0][CI] fix report_template.md (#8429)

### What this PR does / why we need it?

fix report_template.md

the error caused by
https://github.com/vllm-project/vllm-ascend/pull/8340


Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
zhangxinyuehfad
2026-04-20 11:13:14 +08:00
committed by GitHub
parent e6ba5a88f7
commit 7a706fb197

View File

@@ -30,5 +30,5 @@ lm_eval --model {{ model_type }} --model_args $MODEL_ARGS \
| Task | Metric | Value | Stderr |
|-----------------------|-------------|----------:|-------:|
{% for row in rows -%}
| {{ row.task }} | {{ row.metric }} | {{ row.value }} | ± {{ "%.4f" \| format(row.stderr \| float) }} |
| {{ row.task }} | {{ row.metric }} | {{ row.value }} | ± {{ "%.4f" | format(row.stderr | float) }} |
{% endfor %}