Skip to content

Commit

Permalink
minor fix: Update Benchmark values (#2453)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive authored Nov 9, 2023
1 parent aaf0f59 commit 7f748cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ echo "Benchmarking SD UNet model"
for bs in ${large_model_batch_sizes[@]}
do
python perf_run.py --model_torch sd_unet \
--precision fp32,fp16 --inputs="(${bs}, 4, 128, 128)@fp16;(${bs})@fp16;(${bs}, 1, 768)@fp16" \
--precision fp32,fp16 --inputs="(${bs}, 4, 64, 64)@fp16;(${bs})@fp16;(${bs}, 1, 768)@fp16" \
--batch_size ${bs} \
--backends torch,dynamo,torch_compile,inductor \
--truncate \
Expand Down

0 comments on commit 7f748cd

Please sign in to comment.