We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c1a2d commit 6cb94a7Copy full SHA for 6cb94a7
1 file changed
.github/workflows/benchmark-tmpl.yml
@@ -74,7 +74,7 @@ jobs:
74
benchmark:
75
runs-on: ${{ inputs.runner }}
76
timeout-minutes: 180
77
- ame: '${{ 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 }}'
+ 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 }}'
78
steps:
79
- name: Resource cleanup
80
run: |
0 commit comments