In hermes.quiver, does it make sense to write a model's config upon initialization so that if anything goes wrong, the minimum information for adding the model to a repository (name and platform) are available to a new ModelRepository object? Or is it better to raise an error to note that this model is incomplete and won't be able to be loaded by Triton?
In
hermes.quiver, does it make sense to write a model's config upon initialization so that if anything goes wrong, the minimum information for adding the model to a repository (name and platform) are available to a newModelRepositoryobject? Or is it better to raise an error to note that this model is incomplete and won't be able to be loaded by Triton?