Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Jun 4, 2024
1 parent e9df462 commit fb28adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_bench/python/utils/ov_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def get_time_list(self):
ov_tok = core.read_model(model_path / "openvino_tokenizer.xml")
ov_detok = core.read_model(model_path / "openvino_detokenizer.xml")
hf_tokenizer = build_ov_tokenizer_wrapper(hf_tokenizer, ov_tok, ov_detok)

start = time.perf_counter()

# TO DO: add plugin config
Expand Down

0 comments on commit fb28adf

Please sign in to comment.