mpt-7b / mpt.py
irenedea's picture
LLM-foundry update March 26, 2024 23:50:31
3ff9962 verified
raw
history blame
132 Bytes
from .configuration_mpt import MPTConfig
from .modeling_mpt import ComposerMPTCausalLM, MPTForCausalLM, MPTModel, MPTPreTrainedModel