Skip to content

Commit 9118449

Browse files
authored
fix dlrm when using incbench (#2084)
Signed-off-by: Xin He <xinhe3@habana.ai>
1 parent 619f77b commit 9118449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3.x_api/pytorch/recommendation/dlrm/static_quant/ipex/run_benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function run_tuning {
8080
--save-model ${tuned_checkpoint} --test-freq=2048 --print-auc $ARGS \
8181
--load-model=${input_model} --accuracy_only
8282
elif [[ ${mode} == "performance" ]]; then
83-
incbench --num_cores_per_instance 4 -u $MODEL_SCRIPT \
83+
incbench --num_cores_per_instance 4 $MODEL_SCRIPT \
8484
--raw-data-file=${dataset_location}/day --processed-data-file=${dataset_location}/terabyte_processed.npz \
8585
--data-set=terabyte --benchmark \
8686
--memory-map --mlperf-bin-loader --round-targets=True --learning-rate=1.0 \

0 commit comments

Comments
 (0)