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
  • Loading branch information
eaidova authored Jan 16, 2025
1 parent 04e3d94 commit 1ed8f02
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 @@ -249,7 +249,7 @@ def create_genai_text_gen_model(model_path, device, ov_config, **kwargs):
log.info("Continuous Batching mode activated")
ov_config["scheduler_config"] = get_scheduler_config_genai(cb_config)

use_streamer_metrics = not openvino_genai.get_version().startswith("2025.") or draft_model_path
use_streamer_metrics = not openvino_genai.get_version().startswith("2025.") or draft_model_path

if draft_model_path:
if not Path(draft_model_path).exists():
Expand Down

0 comments on commit 1ed8f02

Please sign in to comment.