Skip to content

Commit

Permalink
Added safetensor dependency for nvidia bert
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Aug 8, 2023
1 parent 352bc2b commit b0c62fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mlperf/inference/bert/run_sparse_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cmd="cm run script --tags=run,mlperf,inference,generate-run-cmds,_find-performan
--mode=performance \
--execution_mode=valid \
--adr.mlperf-inference-implementation.max_batchsize=384 \
--power=yes --adr.mlperf-power-client.power_server=192.168.0.15
--power=yes --adr.mlperf-power-client.power_server=192.168.0.15 --adr.mlperf-power-client.port=4940
--results_dir=$HOME/results_dir \
--env.CM_MLPERF_NEURALMAGIC_MODEL_ZOO_STUB=$stub \
--quiet"
Expand Down

0 comments on commit b0c62fc

Please sign in to comment.