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 674e58a commit fc73da4Copy full SHA for fc73da4
vllm-benchmarks/cron.sh
@@ -45,7 +45,7 @@ run_benchmarks() {
45
export HEAD_SHA=$(git rev-parse --verify HEAD)
46
popd
47
48
- rm commit
+ rm commit || true
49
# Get the last green commit from S3
50
S3_PATH="last-green-commits/vllm-project/vllm/${HEAD_BRANCH}/commit"
51
aws s3 cp "s3://ossci-benchmarks/${S3_PATH}" .
0 commit comments