You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 newModelRepository
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?The text was updated successfully, but these errors were encountered: