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 0399a49 commit 3de83f6Copy full SHA for 3de83f6
.github/workflows/tritonbench.yml
@@ -65,6 +65,7 @@ jobs:
65
runs-on: ${{ matrix.runner }}
66
env:
67
TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN: ${{ secrets.TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN }}
68
+ JOB_NAME: tritonbench-${{ matrix.runner }}-benchmark-periodic
69
environment: pytorch-x-vllm
70
permissions:
71
id-token: write
@@ -205,7 +206,7 @@ jobs:
205
206
- uses: actions/upload-artifact@v4
207
if: always()
208
with:
- name: tritonbench-${{ matrix.runner }}-benchmark-single
209
+ name: ${{ env.JOB_NAME }}
210
path: triton-benchmarks/tritonbench/results-${{ env.CONDA_ENV }}
211
retention-days: 30
212
0 commit comments