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
Is your feature request related to a problem? Please describe.
Currently the reference example only allows one model in a repository (with hardcoded paths). We need to support multiple training, management and deployment of multiple models.
Describe the solution you'd like
edge.yaml configuration should support multiple model fields
edge.py should support commands for adding and removing models from the configuration
edge.py vertex commands should have model name as a parameter
model paths should be inferred from the configuration, rather than hardcoded
Describe alternatives you've considered
For the second point (having commands for adding and removing models), the alternative is to ask about all of the models in the configuration wizard on the initial setup. However, this solution is suboptimal
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the reference example only allows one model in a repository (with hardcoded paths). We need to support multiple training, management and deployment of multiple models.
Describe the solution you'd like
edge.yaml
configuration should support multiple model fieldsedge.py
should support commands for adding and removing models from the configurationedge.py vertex
commands should have model name as a parameterDescribe alternatives you've considered
For the second point (having commands for adding and removing models), the alternative is to ask about all of the models in the configuration wizard on the initial setup. However, this solution is suboptimal
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: