Skip to content

Model naming convention is not surfaced in API #132

@felixcollins

Description

@felixcollins

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions