Skip to content

Commit 085a837

Browse files
authored
update import (#13)
1 parent e3e3d48 commit 085a837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcore_bridge/model/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .constant import ModelType
44
from .gpt_model import GPTModel
55
from .mm_gpt_model import MultimodalGPTModel
6-
from .register import get_mcore_model, get_mcore_model_type, get_model_meta
6+
from .register import MODEL_MAPPING, get_mcore_model, get_mcore_model_type, get_model_meta

0 commit comments

Comments
 (0)