[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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user