-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added training plan logic into automate script #510
base: main
Are you sure you want to change the base?
Conversation
To avoid confusion, modified pre-requisites output at begining of script to clearly state what resources have been pre-provisioned by workshop studio. The AIM_403 branch of this script presumes a workshop studio account has been deployed and a user is running on a SageMaker studio Code instance with required permissions.
fix bug with sts get caller identity
Use sagemaker stack name by default, remove ability for users to define a custom stack name
Can you please confirm whether this PR has been tested? |
please resolve conflicts before merging: https://github.com/aws-samples/awsome-distributed-training/pull/510/conflicts |
It's been tested pre-release. Waiting on account AL to be able to test once before merging. |
|
||
## 🚀 Installation and Usage | ||
Using this script is very simple. Run ```bash automate-cluster-creation.sh``` | ||
The automation script streamlines the process of setting up a distributed training environment using AWS SageMaker Hyperpod. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redunddant with previous sentence.
1.architectures/5.sagemaker-hyperpod/automate-smhp-slurm/README.md
Outdated
Show resolved
Hide resolved
1.architectures/5.sagemaker-hyperpod/automate-smhp-slurm/README.md
Outdated
Show resolved
Hide resolved
1.architectures/5.sagemaker-hyperpod/automate-smhp-slurm/README.md
Outdated
Show resolved
Hide resolved
1.architectures/5.sagemaker-hyperpod/automate-smhp-slurm/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left comments
…E.md Co-authored-by: mhuguesaws <[email protected]>
…E.md Co-authored-by: mhuguesaws <[email protected]>
…E.md Co-authored-by: mhuguesaws <[email protected]>
…E.md Co-authored-by: mhuguesaws <[email protected]>
Thank you Maxime! i will merge changes after a final test |
New feature (training plans) integrated into the auto create cluster script. Also updated README with better descriptions + added in gif of demo :)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.