From 483cb9f71e2a70f6e1c03069af9e827f698f17af Mon Sep 17 00:00:00 2001 From: Irina Efode Date: Thu, 23 Jan 2025 22:04:00 +0400 Subject: [PATCH] Update test_continuous_batching.py --- tests/python_tests/test_continuous_batching.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/python_tests/test_continuous_batching.py b/tests/python_tests/test_continuous_batching.py index 4822f6cedb..09c13ff450 100644 --- a/tests/python_tests/test_continuous_batching.py +++ b/tests/python_tests/test_continuous_batching.py @@ -18,11 +18,7 @@ from ov_genai_test_utils import ( get_chat_models_list, read_model, - get_continuous_batching, - # get_pipeline_types, - # get_pipeline_by_type, - # get_generation_config_by_pipeline_type, - # get_input_by_pipeline_type + get_continuous_batching ) def read_models_list(file_name: str):