Skip to content

Commit

Permalink
Update test_dist_inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yzygitzh authored Dec 14, 2023
1 parent 06e65ad commit 6b9fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/micro_benchmarks/test_dist_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def _test_dist_inference_result_parsing(self, platform, test_raw_output):
(benchmark_class,
predefine_params) = BenchmarkRegistry._BenchmarkRegistry__select_benchmark(benchmark_name, platform)
assert (benchmark_class)
benchmark = benchmark_class(benchmark_name, parameters='')
benchmark = benchmark_class(benchmark_name, parameters='--num_layers=100')
assert (benchmark)
ret = benchmark._preprocess()
assert (ret is True)
Expand Down

0 comments on commit 6b9fdf2

Please sign in to comment.