From 06ccce1ddf98e7ff37e9a82802cbbd47b7812851 Mon Sep 17 00:00:00 2001 From: zhangxinyuehfad <59153331+zhangxinyuehfad@users.noreply.github.com> Date: Thu, 26 Jun 2025 00:26:54 +0800 Subject: [PATCH] [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 --- .github/workflows/accuracy_test.yaml | 2 +- benchmarks/scripts/run_accuracy.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/accuracy_test.yaml b/.github/workflows/accuracy_test.yaml index 5e08f8d..d1970f2 100644 --- a/.github/workflows/accuracy_test.yaml +++ b/.github/workflows/accuracy_test.yaml @@ -380,7 +380,7 @@ jobs: const pr = await github.rest.pulls.create({ owner: 'vllm-project', repo: 'vllm-ascend', - head: `${{ github.actor }}:${{ env.BRANCH_NAME }}`, + head: `vllm-ascend-ci:${{ env.BRANCH_NAME }}`, base: '${{ github.event.inputs.vllm-ascend-version }}', title: `[Doc] Update accuracy reports for ${{ github.event.inputs.vllm-ascend-version }}`, body: `The accuracy results running on NPU Altlas A2 have changed, updating reports for: diff --git a/benchmarks/scripts/run_accuracy.py b/benchmarks/scripts/run_accuracy.py index 5bdc370..6b320ff 100644 --- a/benchmarks/scripts/run_accuracy.py +++ b/benchmarks/scripts/run_accuracy.py @@ -138,8 +138,6 @@ def generate_md(model_name, tasks_list, args, datasets): ```bash {run_cmd} ``` - -
 
""" header = (