We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e3d48 commit 085a837Copy full SHA for 085a837
1 file changed
src/mcore_bridge/model/__init__.py
@@ -3,4 +3,4 @@
3
from .constant import ModelType
4
from .gpt_model import GPTModel
5
from .mm_gpt_model import MultimodalGPTModel
6
-from .register import get_mcore_model, get_mcore_model_type, get_model_meta
+from .register import MODEL_MAPPING, get_mcore_model, get_mcore_model_type, get_model_meta
0 commit comments