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 2a994cd commit 2ef16fdCopy full SHA for 2ef16fd
.github/workflows/tritonbench.yml
@@ -173,7 +173,7 @@ jobs:
173
docker exec -t -w /tmp/workspace "${container_name}" bash -c " \
174
set -eux && cd /workspace/tritonbench && \
175
bash .ci/tritonbench/run-benchmark.sh ${{ matrix.BENCHMARKS }} --conda-env ${{ env.CONDA_ENV }} && \
176
- mv /workspace/tritonbench/.benchmarks /tmp/workspace/triton-benchmarks/tritonbench/results "
+ sudo mv /workspace/tritonbench/.benchmarks /tmp/workspace/triton-benchmarks/tritonbench/results "
177
178
- name: Authenticate with AWS
179
# AWS CUDA runners already have access to the bucket via its runner IAM role
0 commit comments