File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ permissions:
7272
7373jobs :
7474 benchmark :
75+ concurrency :
76+ group : benchmark-${{ inputs.runner }}
77+ cancel-in-progress : false
7578 runs-on : ${{ inputs.runner }}
7679 timeout-minutes : 180
7780 name : ' ${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.framework }} ${{ inputs.precision }} ${{ inputs.run-eval && '' eval '' || '''' }}tp=${{ inputs.tp }} ep=${{ inputs.ep }} dpa=${{ inputs.dp-attn }} conc=${{ inputs.conc }}'
Original file line number Diff line number Diff line change 7575
7676jobs :
7777 eval :
78+ concurrency :
79+ group : eval-${{ inputs.runner }}
80+ cancel-in-progress : false
7881 runs-on : ${{ inputs.runner }}
7982 timeout-minutes : 180
8083 name : " Eval ${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.precision }} tp=${{ inputs.tp }} task=${{ inputs['eval-task'] }} limit=${{ inputs.limit }}"
You can’t perform that action at this time.
0 commit comments