Skip to content

Commit 6692ad1

Browse files
committed
skip get submission dir if base dir is given
1 parent ae40cf8 commit 6692ad1

File tree

1 file changed

+3
-1
lines changed
  • script/generate-mlperf-inference-submission

1 file changed

+3
-1
lines changed

script/generate-mlperf-inference-submission/meta.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ deps:
2727
tags: get,mlperf,results,dir,local
2828
- names:
2929
- get-mlperf-submission-dir
30-
skip_if_env:
30+
skip_if_any_env:
3131
MLC_MLPERF_INFERENCE_SUBMISSION_DIR:
3232
- 'on'
33+
MLC_MLPERF_INFERENCE_SUBMISSION_BASE_DIR:
34+
- 'on'
3335
tags: get,mlperf,submission,dir
3436
docker:
3537
mlc_repo: mlcommons@mlperf-automations

0 commit comments

Comments
 (0)