Skip to content

Commit ef7c3a6

Browse files
committed
Merge branch 'main' into release/1.0
2 parents 5be6b9d + 085a837 commit ef7c3a6

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)