-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
The Model registered by the many models accelerator (MMA) is named with a SHA256 hash of the strings of the partition names concatenated with '_'. The code to do this is duplicated in the inference and training scripts and is not surfaced to the client consuming the API. This means a consumer of the MMA has no official/guaranteed way to recreate the name. This is very important because the name or id of the model must be supplied in order to retrieve the model from the registry. (As far as I can see, the only other way to retrieve it is with Model.list and filter down to what is required). For use in production there must be a reliable way to generate the model name.