Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lv11 committed Jun 3, 2024
1 parent 9a8b693 commit bf84237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/community/tests/integration_tests/llms/test_ipex_llm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test IPEX LLM"""

import os
from typing import Any

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bf84237

Please sign in to comment.