We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce282bc commit b36482eCopy full SHA for b36482e
script/run-mlperf-inference-app/meta.yaml
@@ -568,6 +568,18 @@ input_description:
568
submission_dir:
569
desc: Folder path to store MLPerf submission tree
570
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
580
581
582
583
584
adr.compiler.tags:
585
desc: Compiler for loadgen and any C/C++ part of implementation
0 commit comments