Skip to content

Commit

Permalink
Merge pull request #9 from shane-huang/ipex-llm-fix
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
shane-huang authored Mar 26, 2024
2 parents d763f90 + 52dacc5 commit e5660e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/community/langchain_community/llms/bigdl_llm.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import logging
from typing import Any, Optional

from langchain_community.llms.ipex_llm import IpexLLM
from langchain_core.language_models.llms import LLM

from langchain_community.llms.ipex_llm import IpexLLM

logger = logging.getLogger(__name__)

class BigdlLLM(IpexLLM):
Expand Down

0 comments on commit e5660e8

Please sign in to comment.