mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
remove --disable_iobinding for trt ep benchmark (#12053)
Update run_benchmark.sh
This commit is contained in:
parent
043816f895
commit
8dc8d44087
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ run_one_test() {
|
|||
fi
|
||||
|
||||
if [ "$run_ort_trt" = true ] ; then
|
||||
trt_options="--provider tensorrt --disable_ort_io_binding"
|
||||
trt_options="--provider tensorrt"
|
||||
echo python $benchmark_script -m $1 $onnx_export_options $trt_options $2 $3 $4 >> benchmark.log
|
||||
echo python $benchmark_script -m $1 $benchmark_options $trt_options $2 $3 $4 -i $input_counts >> benchmark.log
|
||||
if [ "$run_tests" = true ] ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue