Skip to content

Commit 327ad9c

Browse files
committed
Accuracy test
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
1 parent 097e714 commit 327ad9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accuracy_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
contains(github.event.pull_request.labels.*.name, 'accuracy-test') &&
106106
'["Qwen/Qwen2.5-7B-Instruct","Qwen/Qwen2.5-VL-7B-Instruct"]' ||
107107
contains(github.event.pull_request.labels.*.name, 'dense-accuracy-test') &&
108-
'["Qwen/Qwen2.5-7B-Instruct"]' ||
108+
'["Qwen/Qwen3-8B-Base"]' ||
109109
contains(github.event.pull_request.labels.*.name, 'vl-accuracy-test') &&
110110
'["Qwen/Qwen2.5-VL-7B-Instruct"]'
111111
) }}

0 commit comments

Comments
 (0)