Skip to content

Commit 1f9de76

Browse files
committed
Updated docs
1 parent c4f3106 commit 1f9de76

File tree

10 files changed

+375
-18
lines changed

10 files changed

+375
-18
lines changed

cm-mlops/script/app-mlperf-inference-reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ ___
823823
1. ***Run "preprocess" function from [customize.py](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/app-mlperf-inference-reference/customize.py)***
824824
1. ***Read "prehook_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/app-mlperf-inference-reference/_cm.yaml)***
825825
* remote,run,cmds
826-
* `if (CM_SSH_RUN_COMMANDS == on)`
826+
* `if (CM_ASSH_RUN_COMMANDS == on)`
827827
* CM names: `--adr.['remote-run-cmds']...`
828828
- CM script: [remote-run-commands](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/remote-run-commands)
829829
1. ***Run native script if exists***

cm-mlops/script/benchmark-any-mlperf-inference-implementation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ ___
117117
- Workflow:
118118
* `_rb6,power`
119119
- Workflow:
120+
* `_rb6,qualcomm`
121+
- Workflow:
120122
* `_rpi4,power`
121123
- Workflow:
122124
* `_sapphire-rapids.24c,nvidia`

cm-mlops/script/calibrate-model-for.qaic/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ___
132132
- *CM_QAIC_MODEL_BATCH_SIZE*: `#`
133133
- *CM_CREATE_INPUT_BATCH*: `yes`
134134
- Workflow:
135-
* **`_bs.1`** (default)
135+
* `_bs.1`
136136
- Environment variables:
137137
- *CM_QAIC_MODEL_BATCH_SIZE*: `1`
138138
- *CM_CREATE_INPUT_BATCH*: `yes`
@@ -220,10 +220,6 @@ ___
220220

221221
</details>
222222

223-
224-
#### Default variations
225-
226-
`_bs.1`
227223
#### Default environment
228224

229225
<details>

cm-mlops/script/compile-model-for.qaic/README.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ___
107107
- Environment variables:
108108
- *CM_COMPILE_BERT*: `on`
109109
- *CM_QAIC_MODEL_TO_CONVERT*: `calibrate_bert_mlperf`
110-
- *CM_QAIC_MODEL_COMPILER_PARAMS_BASE*: `-aic-hw -aic-hw-version=2.0 -execute-nodes-in-fp16=Mul,Sqrt,Div,Add,ReduceMean,Softmax,Sub,Gather,Erf,Pow,Concat,Tile,LayerNormalization -quantization-schema=symmetric_with_uint8 -quantization-precision=Int8 -quantization-precision-bias=Int32 -vvv -compile-only -onnx-define-symbol=batch_size,1 -onnx-define-symbol=seg_length,384 -multicast-weights -combine-inputs=false -combine-outputs=false`
110+
- *CM_QAIC_MODEL_COMPILER_PARAMS_BASE*: `-aic-hw -aic-hw-version=2.0 -execute-nodes-in-fp16=Add,Div,Erf,Softmax -quantization-schema=symmetric_with_uint8 -quantization-precision=Int8 -quantization-precision-bias=Int32 -vvv -compile-only -onnx-define-symbol=batch_size,1 -onnx-define-symbol=seg_length,384 -multicast-weights -combine-inputs=false -combine-outputs=false`
111111
- *CM_QAIC_MODEL_COMPILER_ARGS*: ``
112112
- Workflow:
113113
1. ***Read "deps" on other CM scripts***
@@ -117,12 +117,16 @@ ___
117117
* `_bert-99,offline`
118118
- Environment variables:
119119
- *CM_QAIC_MODEL_COMPILER_ARGS*: `-allocator-dealloc-delay=2 -size-split-granularity=1536 -vtcm-working-set-limit-ratio=1`
120-
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=1 -mos=1 -ols=3`
120+
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=1 -mos=1 -ols=2`
121121
- Workflow:
122122
* `_bert-99,offline,nsp.14`
123123
- Environment variables:
124124
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=1 -mos=1 -ols=3`
125125
- Workflow:
126+
* `_bert-99,offline,nsp.16`
127+
- Environment variables:
128+
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=1 -mos=1 -ols=2`
129+
- Workflow:
126130
* `_bert-99,server`
127131
- Environment variables:
128132
- *CM_QAIC_MODEL_COMPILER_ARGS*: `-allocator-dealloc-delay=2 -size-split-granularity=1536 -vtcm-working-set-limit-ratio=1`
@@ -141,6 +145,33 @@ ___
141145
- Environment variables:
142146
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=8 -mos=8 -ols=1`
143147
- Workflow:
148+
* `_bert-99.9`
149+
- Environment variables:
150+
- *CM_COMPILE_BERT*: `on`
151+
- *CM_QAIC_MODEL_TO_CONVERT*: `bert_mlperf`
152+
- *CM_QAIC_MODEL_COMPILER_PARAMS_BASE*: `-aic-hw -aic-hw-version=2.0 -convert-to-fp16 -vvv -compile-only -onnx-define-symbol=batch_size,1 -onnx-define-symbol=seg_length,384 -combine-inputs=false -combine-outputs=false`
153+
- *CM_QAIC_MODEL_COMPILER_ARGS*: ``
154+
- Workflow:
155+
* `_bert-99.9,offline`
156+
- Environment variables:
157+
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=2 -mos=1 -ols=2`
158+
- Workflow:
159+
* `_bert-99.9,offline,nsp.14`
160+
- Environment variables:
161+
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=2 -mos=1 -ols=2`
162+
- Workflow:
163+
* `_bert-99.9,offline,nsp.16`
164+
- Environment variables:
165+
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=2 -mos=1 -ols=2`
166+
- Workflow:
167+
* `_bert-99.9,server`
168+
- Environment variables:
169+
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=4`
170+
- Workflow:
171+
* `_bert-99.9,server,nsp.14`
172+
- Environment variables:
173+
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=4`
174+
- Workflow:
144175
* `_resnet50`
145176
- Environment variables:
146177
- *CM_COMPILE_RESNET*: `on`
@@ -150,6 +181,7 @@ ___
150181
* `_resnet50,multistream`
151182
- Environment variables:
152183
- *CM_QAIC_MODEL_COMPILER_ARGS*: ``
184+
- *CM_QAIC_MODEL_COMPILER_ARGS_SUT*: `-aic-num-cores=4 -mos=1 -ols=1`
153185
- Workflow:
154186
* `_resnet50,multistream,nsp.14`
155187
- Environment variables:
@@ -404,11 +436,12 @@ ___
404436
#### New environment keys (filter)
405437

406438
* `CM_ML_MODEL_FILE_WITH_PATH`
407-
* `CM_QAIC_*`
439+
* `CM_QAIC_MODEL*`
408440
#### New environment keys auto-detected from customize
409441

410442
* `CM_ML_MODEL_FILE_WITH_PATH`
411443
* `CM_QAIC_MODEL_COMPILED_BINARY_WITH_PATH`
444+
* `CM_QAIC_MODEL_FINAL_COMPILATION_CMD`
412445
___
413446
### Maintainers
414447

cm-mlops/script/get-mlperf-inference-loadgen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ ___
170170
* get,compiler
171171
* `if (CM_HOST_OS_TYPE != windows)`
172172
* CM names: `--adr.['compiler']...`
173-
- CM script: [get-llvm](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-llvm)
174173
- CM script: [get-cl](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-cl)
175174
- CM script: [get-gcc](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-gcc)
175+
- CM script: [get-llvm](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-llvm)
176176
* get,cl
177177
* `if (CM_HOST_OS_TYPE == windows)`
178178
* CM names: `--adr.['compiler']...`

cm-mlops/script/get-onnxruntime-prebuilt/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ ___
141141
1. ***Run "preprocess" function from [customize.py](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-onnxruntime-prebuilt/customize.py)***
142142
1. Read "prehook_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-onnxruntime-prebuilt/_cm.json)
143143
1. ***Run native script if exists***
144+
* [run.bat](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-onnxruntime-prebuilt/run.bat)
144145
* [run.sh](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-onnxruntime-prebuilt/run.sh)
145146
1. Read "posthook_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-onnxruntime-prebuilt/_cm.json)
146147
1. ***Run "postrocess" function from [customize.py](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-onnxruntime-prebuilt/customize.py)***
@@ -156,8 +157,13 @@ ___
156157
* `+C_INCLUDE_PATH`
157158
* `+DYLD_FALLBACK_LIBRARY_PATH`
158159
* `+LD_LIBRARY_PATH`
160+
* `+PATH`
161+
* `CM_ONNXRUNTIME_INCLUDE_PATH`
162+
* `CM_ONNXRUNTIME_LIB_PATH`
159163
#### New environment keys auto-detected from customize
160164

165+
* `CM_ONNXRUNTIME_INCLUDE_PATH`
166+
* `CM_ONNXRUNTIME_LIB_PATH`
161167
___
162168
### Maintainers
163169

cm-mlops/script/install-llvm-prebuilt/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,11 @@ ___
136136
`cmr "install prebuilt llvm prebuilt-llvm install-prebuilt-llvm" -j`
137137
#### New environment keys (filter)
138138

139+
* `+CPLUS_INCLUDE_PATH`
139140
* `+C_INCLUDE_PATH`
140141
* `+LD_LIBRARY_PATH`
141142
* `+PATH`
143+
* `CM_COMPILER_NAME`
142144
* `CM_LLVM_*`
143145
#### New environment keys auto-detected from customize
144146

cm-mlops/script/reproduce-mlperf-inference-qualcomm/README.md

Lines changed: 119 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,26 @@ ___
132132

133133
* `_activation-count.#`
134134
- Environment variables:
135-
- *CM_MODEL_BATCH_SIZE*: `#`
136135
- *CM_MLPERF_QAIC_ACTIVATION_COUNT*: `#`
137136
- Workflow:
137+
* `_bert-99,offline`
138+
- Workflow:
138139
* `_bert-99,qaic`
139140
- Workflow:
140141
1. ***Read "deps" on other CM scripts***
141142
* compile,qaic,model,_bert-99,_pc.99.9980
142143
* `if (CM_MLPERF_SKIP_RUN != True)`
143144
* CM names: `--adr.['qaic-model-compiler', 'bert-99-compiler']...`
144145
- CM script: [compile-model-for.qaic](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/compile-model-for.qaic)
146+
* `_bert-99.9,offline`
147+
- Workflow:
148+
* `_bert-99.9,qaic`
149+
- Workflow:
150+
1. ***Read "deps" on other CM scripts***
151+
* compile,qaic,model,_bert-99.9
152+
* `if (CM_MLPERF_SKIP_RUN != True)`
153+
* CM names: `--adr.['qaic-model-compiler', 'bert-99.9-compiler']...`
154+
- CM script: [compile-model-for.qaic](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/compile-model-for.qaic)
145155
* `_bert_,network-client`
146156
- Environment variables:
147157
- *CM_BENCHMARK*: `NETWORK_BERT_CLIENT`
@@ -152,6 +162,7 @@ ___
152162
- Workflow:
153163
* `_bert_,qaic`
154164
- Environment variables:
165+
- *kilt_model_batch_size*: `1`
155166
- *kilt_input_format*: `UINT32,1,384:UINT32,1,8:UINT32,1,384:UINT32,1,384`
156167
- *kilt_input_formata*: `UINT32,1,384:UINT32,1,384:UINT32,1,384`
157168
- *kilt_output_formatia*: `UINT8,1,384:UINT8,1,384`
@@ -161,11 +172,11 @@ ___
161172
- Environment variables:
162173
- *kilt_model_batch_size*: `1`
163174
- Workflow:
164-
* `_dl2q.24xlarge,bert-99,offline`
175+
* `_dl2q.24xlarge,bert-99.9,offline`
165176
- Environment variables:
166177
- *qaic_activation_count*: `14`
167178
- Workflow:
168-
* `_dl2q.24xlarge,bert-99,server`
179+
* `_dl2q.24xlarge,bert-99.9,server`
169180
- Environment variables:
170181
- *qaic_activation_count*: `14`
171182
- Workflow:
@@ -190,9 +201,84 @@ ___
190201
- *CM_QAIC_DEVICES*: `0`
191202
- *qaic_activation_count*: `1`
192203
- Workflow:
193-
* `_loadgen-batch-size.#`
204+
* `_nsp.16`
205+
- Workflow:
206+
* `_num-devices.4`
194207
- Environment variables:
195-
- *CM_MLPERF_LOADGEN_BATCH_SIZE*: `#`
208+
- *CM_QAIC_DEVICES*: `0,1,2,3`
209+
- Workflow:
210+
* `_pro`
211+
- Environment variables:
212+
- *qaic_queue_length*: `10`
213+
- Workflow:
214+
* `_pro,num-devices.4,bert-99,offline`
215+
- Environment variables:
216+
- *qaic_activation_count*: `16`
217+
- Workflow:
218+
1. ***Read "deps" on other CM scripts***
219+
* set,device,qaic,_vc.15
220+
- CM script: [set-device-settings-qaic](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/set-device-settings-qaic)
221+
* `_pro,num-devices.4,bert-99.9,offline`
222+
- Environment variables:
223+
- *qaic_activation_count*: `8`
224+
- Workflow:
225+
1. ***Read "deps" on other CM scripts***
226+
* set,device,qaic,_vc.17
227+
- CM script: [set-device-settings-qaic](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/set-device-settings-qaic)
228+
* `_pro,num-devices.4,bert-99.9,server`
229+
- Environment variables:
230+
- *qaic_activation_count*: `16`
231+
- Workflow:
232+
* `_pro,num-devices.4,resnet50,offline`
233+
- Environment variables:
234+
- *qaic_activation_count*: `4`
235+
- Workflow:
236+
1. ***Read "deps" on other CM scripts***
237+
* set,device,qaic,_vc.16
238+
- CM script: [set-device-settings-qaic](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/set-device-settings-qaic)
239+
* `_pro,num-devices.4,resnet50,server`
240+
- Environment variables:
241+
- *qaic_activation_count*: `4`
242+
- Workflow:
243+
* `_pro,num-devices.4,retinanet,offline`
244+
- Environment variables:
245+
- *qaic_activation_count*: `16`
246+
- Workflow:
247+
1. ***Read "deps" on other CM scripts***
248+
* set,device,qaic,_vc.17
249+
- CM script: [set-device-settings-qaic](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/set-device-settings-qaic)
250+
* `_pro,num-devices.4,retinanet,server`
251+
- Environment variables:
252+
- *qaic_activation_count*: `16`
253+
- Workflow:
254+
* `_pro,num-devices.4,singlestream`
255+
- Environment variables:
256+
- *CM_QAIC_DEVICES*: `0`
257+
- *qaic_activation_count*: `1`
258+
- Workflow:
259+
* `_rb6,bert-99,offline`
260+
- Environment variables:
261+
- *qaic_activation_count*: `9`
262+
- Workflow:
263+
* `_rb6,resnet50,multistream`
264+
- Environment variables:
265+
- *qaic_activation_count*: `2`
266+
- Workflow:
267+
* `_rb6,resnet50,offline`
268+
- Environment variables:
269+
- *qaic_activation_count*: `2`
270+
- Workflow:
271+
* `_rb6,retinanet,multistream`
272+
- Environment variables:
273+
- *qaic_activation_count*: `8`
274+
- Workflow:
275+
* `_rb6,retinanet,offline`
276+
- Environment variables:
277+
- *qaic_activation_count*: `9`
278+
- Workflow:
279+
* `_rb6,singlestream`
280+
- Environment variables:
281+
- *qaic_activation_count*: `1`
196282
- Workflow:
197283
* `_resnet50,uint8`
198284
- Environment variables:
@@ -206,6 +292,10 @@ ___
206292
- *kilt_input_format*: `UINT8,1,3,800,800`
207293
- *kilt_output_format*: `INT8,1,1000:INT8,1,1000:INT8,1,1000:INT8,1,1000:INT8,1,1000:INT8,1,1000:INT8,1,1000:INT8,1,1000:INT8,1,1000:INT8,1,1000:INT8,1,4,1000:INT8,14,1000:INT8,1,4,1000:INT8,1,4,1000:INT8,1,4,1000`
208294
- Workflow:
295+
* `_singlestream,resnet50`
296+
- Workflow:
297+
* `_singlestream,retinanet`
298+
- Workflow:
209299

210300
</details>
211301

@@ -218,6 +308,10 @@ ___
218308
- Environment variables:
219309
- *kilt_model_batch_size*: `#`
220310
- Workflow:
311+
* `_bs.0`
312+
- Environment variables:
313+
- *kilt_model_batch_size*: `1`
314+
- Workflow:
221315

222316
</details>
223317

@@ -286,6 +380,18 @@ ___
286380
</details>
287381

288382

383+
* Group "**loadgen-batch-size**"
384+
<details>
385+
<summary>Click here to expand this section.</summary>
386+
387+
* `_loadgen-batch-size.#`
388+
- Environment variables:
389+
- *CM_MLPERF_LOADGEN_BATCH_SIZE*: `#`
390+
- Workflow:
391+
392+
</details>
393+
394+
289395
* Group "**loadgen-scenario**"
290396
<details>
291397
<summary>Click here to expand this section.</summary>
@@ -406,6 +512,8 @@ ___
406512
<details>
407513
<summary>Click here to expand this section.</summary>
408514

515+
* `_fp16`
516+
- Workflow:
409517
* `_fp32`
410518
- Environment variables:
411519
- *CM_IMAGENET_ACCURACY_DTYPE*: `float32`
@@ -445,6 +553,11 @@ ___
445553
- *CM_QAIC_DEVICES*: `0,1,2,3,4,5,6,7`
446554
- *qaic_queue_length*: `4`
447555
- Workflow:
556+
* `_rb6`
557+
- Environment variables:
558+
- *CM_QAIC_DEVICES*: `0`
559+
- *qaic_queue_length*: `6`
560+
- Workflow:
448561

449562
</details>
450563

@@ -503,7 +616,7 @@ These keys can be updated via `--env.KEY=VALUE` or `env` dictionary in `@input.j
503616
* CM_KILT_REPO_URL: `https://github.com/GATEOverflow/kilt-mlperf`
504617
* CM_QAIC_DEVICES: `0`
505618
* kilt_max_wait_abs: `10000`
506-
* verbosity: `1`
619+
* verbosity: `0`
507620
* loadgen_trigger_cold_run: `0`
508621

509622
</details>

cm-mlops/script/run-mlperf-inference-app/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ ___
236236
* --**division** MLPerf division {open,closed} (*open*)
237237
* --**category** MLPerf category {edge,datacenter,network} (*edge*)
238238
* --**device** MLPerf device {cpu,cuda,rocm,qaic} (*cpu*)
239-
* --**model** MLPerf model {resnet50,retinanet,bert-99,bert-99.9,3d-unet-99,3d-unet-99.9,rnnt,dlrm-v2-99,dlrm-v2-99.9,gptj-99,gptj-99.9,sdxl,llama2-70b-99,llama2-70b-99.9,mobilenet,efficientnet} (*retinanet*)
239+
* --**model** MLPerf model {resnet50,retinanet,bert-99,bert-99.9,3d-unet-99,3d-unet-99.9,rnnt,dlrm-v2-99,dlrm-v2-99.9,gptj-99,gptj-99.9,sdxl,llama2-70b-99,llama2-70b-99.9,mobilenet,efficientnet} (*resnet50*)
240240
* --**precision** MLPerf model precision {float32,float16,bfloat16,int8,uint8}
241241
* --**implementation** MLPerf implementation {reference,mil,nvidia-original,intel-original,qualcomm,tflite-cpp} (*reference*)
242242
* --**backend** MLPerf framework (backend) {onnxruntime,tf,pytorch,deepsparse,tensorrt,glow,tvm-onnx} (*onnxruntime*)
@@ -261,7 +261,7 @@ ___
261261
* --**compliance** Whether to run compliance tests (applicable only for closed division) {yes,no} (*no*)
262262
* --**dashboard_wb_project** W&B dashboard project (*cm-mlperf-dse-testing*)
263263
* --**dashboard_wb_user** W&B dashboard user (*cmind*)
264-
* --**hw_name** MLPerf hardware name (from [here](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-mlperf-inference-sut-description/hardware))
264+
* --**hw_name** MLPerf hardware name (for example "gcp.c3_standard_8", "nvidia_orin", "lenovo_p14s_gen_4_windows_11", "macbook_pro_m1_2", "thundercomm_rb6" ...)
265265
* --**multistream_target_latency** Set MultiStream target latency
266266
* --**offline_target_qps** Set LoadGen Offline target QPS
267267
* --**quiet** Quiet run (select default values for all questions) (*True*)
@@ -311,6 +311,7 @@ r=cm.access({... , "division":...}
311311
* `--output_dir=value` &rarr; `OUTPUT_BASE_DIR=value`
312312
* `--output_summary=value` &rarr; `MLPERF_INFERENCE_SUBMISSION_SUMMARY=value`
313313
* `--output_tar=value` &rarr; `MLPERF_INFERENCE_SUBMISSION_TAR_FILE=value`
314+
* `--performance_sample_count=value` &rarr; `CM_MLPERF_LOADGEN_PERFORMANCE_SAMPLE_COUNT=value`
314315
* `--power=value` &rarr; `CM_SYSTEM_POWER=value`
315316
* `--precision=value` &rarr; `CM_MLPERF_MODEL_PRECISION=value`
316317
* `--preprocess_submission=value` &rarr; `CM_RUN_MLPERF_SUBMISSION_PREPROCESSOR=value`

0 commit comments

Comments
 (0)