Skip to content

Commit

Permalink
Update xinference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSongg authored Jan 14, 2025
1 parent 49d7fe9 commit 18e3c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/community/langchain_community/llms/xinference.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from typing import (
TYPE_CHECKING,
Any,
Dict,
Generator,
Iterator,
List,
Mapping,
Optional,
TYPE_CHECKING,
Union,
Iterator,
)

from langchain_core.callbacks import CallbackManagerForLLMRun
Expand Down

0 comments on commit 18e3c04

Please sign in to comment.