Text Generation
Transformers
PyTorch
mpt
Composer
MosaicML
llm-foundry
custom_code
text-generation-inference
mpt-7b-instruct / mpt.py
irenedea's picture
LLM-foundry update March 26, 2024 23:50:31
3280ec9 verified
raw
history blame
132 Bytes
from .configuration_mpt import MPTConfig
from .modeling_mpt import ComposerMPTCausalLM, MPTForCausalLM, MPTModel, MPTPreTrainedModel