-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bba76ad
commit 557393e
Showing
6 changed files
with
42 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## AWS environments | ||
|
||
Bring in native AWS services to orchestrate workflows. The stack should be: | ||
|
||
- AWS step functions. | ||
- Sagemaker jobs - Since they can take dynamic image name, AWS batch needs job definition and can be tricky. | ||
- S3 for Run log and Catalog: Already tested and working prototype. | ||
- AWS secrets manager: Access to AWS secrets manager via the RBAC of the execution role. | ||
|
||
|
||
## HPC environment using SLURM executor. | ||
|
||
- Without native orchestration tools, the preferred way is to run it as local but use SLURM to schedule jobs. | ||
|
||
## Database based Run log store. | ||
|
||
## Better integrations with experiment tracking tools. | ||
|
||
Currently, the implementation of experiment tracking tools within magnus is limited. It might be better to | ||
choose a good open source implementation and stick with it. | ||
|
||
|
||
## Model registry service | ||
|
||
Could be interesting to bring in a model registry to catalog models. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters