Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix inbench
Signed-off-by: zehao-intel <[email protected]>
  • Loading branch information
zehao-intel committed Jul 25, 2024
commit eddad2897882c4bc42f34edb52a2f4d2cb4b6854
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function run_benchmark {
--batch_size ${batch_size} \
--benchmark
elif [[ ${mode} == "performance" ]]; then
incbench --num_c 4 python main.py \
incbench --num_c 4 main.py \
--input_model ${input_model} \
--dataset_location ${dataset_location} \
--mode ${mode} \
Expand Down