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