From cc68e285a9ae83d6276898732c908bf4de411e3b Mon Sep 17 00:00:00 2001 From: Anatoliy Talamanov Date: Tue, 24 Dec 2024 14:33:44 +0000 Subject: [PATCH] Update test_llm_pipeline_static.py --- tests/python_tests/test_llm_pipeline_static.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_tests/test_llm_pipeline_static.py b/tests/python_tests/test_llm_pipeline_static.py index e11c07d5da..e2e38d5596 100644 --- a/tests/python_tests/test_llm_pipeline_static.py +++ b/tests/python_tests/test_llm_pipeline_static.py @@ -6,6 +6,7 @@ import pytest import sys from ov_genai_test_utils import ( + read_model, get_models_list, get_chat_models_list, )