@@ -70,12 +70,12 @@ jobs:
70
70
env :
71
71
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
72
73
- - name : Query artifact run id for Qwen3-8B V0 latest artifact
74
- id : get_Qwen3_8B_latest_run_id_V0
73
+ - name : Query artifact run id for Qwen3-8B-Base V0 latest artifact
74
+ id : get_Qwen3_8B_Base_latest_run_id_V0
75
75
run : |
76
76
ARTIFACT_JSON=$(gh api "repos/${{ github.repository }}/actions/artifacts")
77
77
RUN_ID=$(echo "$ARTIFACT_JSON" | \
78
- jq -r '[.artifacts[] | select(.name=="${{ github.event.inputs.vllm-ascend-version }}-Qwen3-8B-V0-report")] | sort_by(.created_at) | last | .workflow_run.id')
78
+ jq -r '[.artifacts[] | select(.name=="${{ github.event.inputs.vllm-ascend-version }}-Qwen3-8B-Base- V0-report")] | sort_by(.created_at) | last | .workflow_run.id')
79
79
echo "runid=$RUN_ID" >> "$GITHUB_OUTPUT"
80
80
env :
81
81
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -107,22 +107,22 @@ jobs:
107
107
repository : vllm-project/vllm-ascend
108
108
run-id : ${{ steps.get_Llama_3_1_8B_Instruct_latest_run_id_V0.outputs.runid }}
109
109
110
- - name : Download Qwen/Qwen3-8B Artifact
110
+ - name : Download Qwen/Qwen3-8B-Base Artifact
111
111
uses : actions/download-artifact@v4
112
112
with :
113
- name : ${{ github.event.inputs.vllm-ascend-version }}-Qwen3-8B-V0-report
113
+ name : ${{ github.event.inputs.vllm-ascend-version }}-Qwen3-8B-Base- V0-report
114
114
path : ./docs/source/developer_guide/evaluation/accuracy_report
115
115
github-token : ${{ secrets.GITHUB_TOKEN }}
116
116
repository : vllm-project/vllm-ascend
117
- run-id : ${{ steps.get_Qwen3_8B_latest_run_id_V0 .outputs.runid }}
117
+ run-id : ${{ steps.get_Qwen3_8B_Base_latest_run_id_V0 .outputs.runid }}
118
118
119
119
- name : Display Files
120
120
working-directory : ./docs/source/developer_guide/evaluation/accuracy_report
121
121
run : |
122
122
cat ./Qwen2.5-VL-7B-Instruct.md
123
123
cat ./Llama-3.1-8B-Instruct.md
124
124
cat ./Qwen2.5-7B-Instruct.md
125
- cat ./Qwen3-8B.md
125
+ cat ./Qwen3-8B-Base .md
126
126
127
127
- name : Create Pull Request for markdown update
128
128
uses : peter-evans/create-pull-request@v7
@@ -141,10 +141,10 @@ jobs:
141
141
- [Qwen2.5-7B-Instruct accuracy report][2]
142
142
- [Llama-3.1-8B-Instruct accuracy report][3]
143
143
- [Qwen2.5-VL-7B-Instruct accuracy report][4]
144
- - [Qwen3-8B accuracy report][5]
144
+ - [Qwen3-8B-Base accuracy report][5]
145
145
146
146
[1]: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
147
147
[2]: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ steps.get_Qwen2_5_7B_Instruct_latest_run_id_V0.outputs.runid }}
148
148
[3]: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ steps.get_Llama_3_1_8B_Instruct_latest_run_id_V0.outputs.runid }}
149
149
[4]: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ steps.get_Qwen2_5_VL_7B_Instruct_latest_run_id_V0.outputs.runid }}
150
- [5]: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ steps.get_Qwen3_8B_latest_run_id_V0 .outputs.runid }}
150
+ [5]: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ steps.get_Qwen3_8B_Base_latest_run_id_V0 .outputs.runid }}
0 commit comments