From 9a8b69386f08230854a2501292f53e8b373fe129 Mon Sep 17 00:00:00 2001 From: ivy-lv11 Date: Fri, 31 May 2024 17:11:20 +0800 Subject: [PATCH] modify --- libs/community/tests/integration_tests/llms/test_ipex_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b153cde2b5868..daadf7aea2078 100644 --- a/libs/community/tests/integration_tests/llms/test_ipex_llm.py +++ b/libs/community/tests/integration_tests/llms/test_ipex_llm.py @@ -105,4 +105,4 @@ def test_load_generate_gpu(model_id: str) -> None: ) output = llm.generate(["Hello!"]) assert isinstance(output, LLMResult) - assert isinstance(output.generations, list) \ No newline at end of file + assert isinstance(output.generations, list)