Skip to content

Commit

Permalink
Update tools/llm_bench/llm_bench_utils/ov_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
eaidova and ilya-lavrenov authored Jan 10, 2025
1 parent 1d48dd1 commit e9c7ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llm_bench/llm_bench_utils/ov_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def __init__(self, main_model_name="unet") -> types.NoneType:
self.iteration_time = []
self.start_time = time.perf_counter()
self.duration = -1
self.main_model_name = main_model_name
self.main_model_name = main_model_name

def __call__(self, step, num_steps, latents):
self.iteration_time.append(time.perf_counter() - self.start_time)
Expand Down

0 comments on commit e9c7ba9

Please sign in to comment.