We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097e714 commit 327ad9cCopy full SHA for 327ad9c
.github/workflows/accuracy_test.yaml
@@ -105,7 +105,7 @@ jobs:
105
contains(github.event.pull_request.labels.*.name, 'accuracy-test') &&
106
'["Qwen/Qwen2.5-7B-Instruct","Qwen/Qwen2.5-VL-7B-Instruct"]' ||
107
contains(github.event.pull_request.labels.*.name, 'dense-accuracy-test') &&
108
- '["Qwen/Qwen2.5-7B-Instruct"]' ||
+ '["Qwen/Qwen3-8B-Base"]' ||
109
contains(github.event.pull_request.labels.*.name, 'vl-accuracy-test') &&
110
'["Qwen/Qwen2.5-VL-7B-Instruct"]'
111
) }}
0 commit comments