From bf84237d1df209fb28157c2785c4aa1d0d6f08ab Mon Sep 17 00:00:00 2001 From: ivy-lv11 Date: Mon, 3 Jun 2024 14:16:51 +0800 Subject: [PATCH] fix lint --- libs/community/tests/integration_tests/llms/test_ipex_llm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/community/tests/integration_tests/llms/test_ipex_llm.py b/libs/community/tests/integration_tests/llms/test_ipex_llm.py index daadf7aea2078..b6cf5ce7d1478 100644 --- a/libs/community/tests/integration_tests/llms/test_ipex_llm.py +++ b/libs/community/tests/integration_tests/llms/test_ipex_llm.py @@ -1,4 +1,5 @@ """Test IPEX LLM""" + import os from typing import Any @@ -87,6 +88,7 @@ def test_save_load_lowbit(model_id: str) -> None: output = loaded_llm.invoke("Hello!") assert isinstance(output, str) + @skip_if_no_model_ids @pytest.mark.parametrize( "model_id",