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 2ef16fd commit 2f7ddedCopy full SHA for 2f7dded
.github/workflows/tritonbench.yml
@@ -63,6 +63,8 @@ jobs:
63
matrix: ${{ fromJson(needs.set-parameters.outputs.benchmark_matrix) }}
64
fail-fast: false
65
runs-on: ${{ matrix.runner }}
66
+ env:
67
+ TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN: ${{ secrets.TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN }}
68
environment: pytorch-x-vllm
69
permissions:
70
id-token: write
@@ -194,6 +196,7 @@ jobs:
194
196
retention-days: 30
195
197
198
- name: Upload result to Scribe
199
+ if: ${{ env.TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN != '' }}
200
working-directory: triton-benchmarks/tritonbench
201
run: |
202
latest_result_json=$(find ./results/${CONDA_ENV} -name "result.json" | sort -r | head -n 1)
0 commit comments