Fix benchmark script (#1185)
This commit is contained in:
@@ -350,7 +350,7 @@ def latency_test(
|
|||||||
for bs, il, ol in itertools.product(
|
for bs, il, ol in itertools.product(
|
||||||
bench_args.batch_size, bench_args.input_len, bench_args.output_len
|
bench_args.batch_size, bench_args.input_len, bench_args.output_len
|
||||||
):
|
):
|
||||||
req = prepare_synthetic_inputs_for_latency_test(bs, il)
|
reqs = prepare_synthetic_inputs_for_latency_test(bs, il)
|
||||||
ret = latency_test_run_once(
|
ret = latency_test_run_once(
|
||||||
bench_args.run_name, model_runner, rank_print, reqs, bs, il, ol
|
bench_args.run_name, model_runner, rank_print, reqs, bs, il, ol
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user