Skip to content

Commit 06ccce1

Browse files
[FOLLOWUP] fix name and format in accuracy test (#1288) (#1435)
### What this PR does / why we need it? fix accuracy test: 1. fix accuracy report like:https://vllm-ascend--1429.org.readthedocs.build/en/1429/developer_guide/evaluation/accuracy_report/Qwen2.5-7B-Instruct-V0.html 2. fix create pr for report Signed-off-by: hfadzxy <starmoon_zhang@163.com>
1 parent 2fda604 commit 06ccce1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/accuracy_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
const pr = await github.rest.pulls.create({
381381
owner: 'vllm-project',
382382
repo: 'vllm-ascend',
383-
head: `${{ github.actor }}:${{ env.BRANCH_NAME }}`,
383+
head: `vllm-ascend-ci:${{ env.BRANCH_NAME }}`,
384384
base: '${{ github.event.inputs.vllm-ascend-version }}',
385385
title: `[Doc] Update accuracy reports for ${{ github.event.inputs.vllm-ascend-version }}`,
386386
body: `The accuracy results running on NPU Altlas A2 have changed, updating reports for:

benchmarks/scripts/run_accuracy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ def generate_md(model_name, tasks_list, args, datasets):
138138
```bash
139139
{run_cmd}
140140
```
141-
</div>
142-
<div>&nbsp;</div>
143141
"""
144142

145143
header = (

0 commit comments

Comments
 (0)