Enable use of transformers.MPT model.
#3
by
orm011
- opened
Using that keyword there allows the open_flamingo factory to successfully return a model with the trust_remote_code =False
.
The returned model is of type transformers.models.mpt.modeling_mpt.MptForCausalLM.
May be useful to other people.