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 = (