### 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>
This commit is contained in:
2
.github/workflows/accuracy_test.yaml
vendored
2
.github/workflows/accuracy_test.yaml
vendored
@@ -380,7 +380,7 @@ jobs:
|
|||||||
const pr = await github.rest.pulls.create({
|
const pr = await github.rest.pulls.create({
|
||||||
owner: 'vllm-project',
|
owner: 'vllm-project',
|
||||||
repo: 'vllm-ascend',
|
repo: 'vllm-ascend',
|
||||||
head: `${{ github.actor }}:${{ env.BRANCH_NAME }}`,
|
head: `vllm-ascend-ci:${{ env.BRANCH_NAME }}`,
|
||||||
base: '${{ github.event.inputs.vllm-ascend-version }}',
|
base: '${{ github.event.inputs.vllm-ascend-version }}',
|
||||||
title: `[Doc] Update accuracy reports for ${{ 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:
|
body: `The accuracy results running on NPU Altlas A2 have changed, updating reports for:
|
||||||
|
|||||||
@@ -138,8 +138,6 @@ def generate_md(model_name, tasks_list, args, datasets):
|
|||||||
```bash
|
```bash
|
||||||
{run_cmd}
|
{run_cmd}
|
||||||
```
|
```
|
||||||
</div>
|
|
||||||
<div> </div>
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
header = (
|
header = (
|
||||||
|
|||||||
Reference in New Issue
Block a user