outlines
outlines copied to clipboard
Standardize the use of the model_name argument in model loading functions
Our functions from_ to load models have inconsistent behavior regarding providing model names. Sometimes there's no argument for it while in other cases it's either or mandatory to pass it. We should standardize the behavior.