-
Ian Roberts authored
Allow multiple models per TextTransformer instance rather than just one. All specified models are loaded at __init__ and the non-ELG endpoint supports a parameter "m" for the model name. The ELG endpoint always uses the default model, as we assume for ELG purposes that we're only deploying one model per container.
Ian Roberts authoredAllow multiple models per TextTransformer instance rather than just one. All specified models are loaded at __init__ and the non-ELG endpoint supports a parameter "m" for the model name. The ELG endpoint always uses the default model, as we assume for ELG purposes that we're only deploying one model per container.