We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mlc.llm_chat_create
1 parent 02d1e57 commit e0cd3f6Copy full SHA for e0cd3f6
python/mlc_chat/chat_module.py
@@ -13,6 +13,7 @@
13
import tvm
14
from tvm.runtime import disco # pylint: disable=unused-import
15
16
+from .base import _LIB # pylint: disable=unused-import
17
from .interface.openai_api import ChatMessage
18
19
# pylint: disable=line-too-long
0 commit comments