Skip to content

Commit e0cd3f6

Browse files
authored
[Bugfix] Cannot find global function mlc.llm_chat_create (mlc-ai#1167)
1 parent 02d1e57 commit e0cd3f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/mlc_chat/chat_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import tvm
1414
from tvm.runtime import disco # pylint: disable=unused-import
1515

16+
from .base import _LIB # pylint: disable=unused-import
1617
from .interface.openai_api import ChatMessage
1718

1819
# pylint: disable=line-too-long

0 commit comments

Comments
 (0)