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
This issue lists the features we are planning to implement for a minimally viable version of AME.
Run your model training with zero changes to your python code.
Execute tasks remotely, but display output and downloads artifacts to simulate local execution.
Automatic setup of python versions and dependencies using any common python dependency manager.
Scale the infrastructure used for the model training in a code effective manner.
Provide simple authentication when using the CLI.
Support injecting secrets during Task execution.
Support configuration environment variables for Task execution.
Adjust the resource requirements to fit the needs of your training
automatically, for example if you training fails due to lack of ram, the task
will be rescheduled and more ram provisioned.
Schedule reoccuring model traning based on project specifications.
Configure how your project is run declaritively in a config file.
Support outputting artifacts from your training to an arbitrary location
such as an s3 bucket.
Support storing artifacts within AME's own object storage.
Deployable with a terraform setup supplied from the project repository.
AME will be able to track projects in your git repositories and detect
when they have an AME config file. Allowing you to simply place your config file
in the repo like you would with CI/CD configuration and let AME take care of the
rest.
Display project runs in a graphical UI, perhaps using mlflow.
Support using Jupyterlab with AME.
Support using custom images.
Support overriding default workflow behavior.
The text was updated successfully, but these errors were encountered:
This issue lists the features we are planning to implement for a minimally viable version of AME.
automatically, for example if you training fails due to lack of ram, the task
will be rescheduled and more ram provisioned.
such as an s3 bucket.
when they have an AME config file. Allowing you to simply place your config file
in the repo like you would with CI/CD configuration and let AME take care of the
rest.
The text was updated successfully, but these errors were encountered: