Skip to content

Commit b36482e

Browse files
authored
Add description to args for downloading model and dataset in host (#646)
1 parent ce282bc commit b36482e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

script/run-mlperf-inference-app/meta.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,18 @@ input_description:
568568
submission_dir:
569569
desc: Folder path to store MLPerf submission tree
570570
sort: 1000
571+
use_dataset_from_host:
572+
desc: Run the dataset download script on the host machine and mount the dataset into the Docker container to avoid repeated downloads.
573+
choices:
574+
- yes
575+
- no
576+
default: 'no'
577+
use_model_from_host:
578+
desc: Run the model download script on the host machine and mount the model files into the Docker container to avoid repeated downloads.
579+
choices:
580+
- yes
581+
- no
582+
default: 'no'
571583

572584
adr.compiler.tags:
573585
desc: Compiler for loadgen and any C/C++ part of implementation

0 commit comments

Comments
 (0)