-
Notifications
You must be signed in to change notification settings - Fork 97
Add Amazon EC2 M8g Instances #6642
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
Conversation
This would allow us to test on AWS Graviton4 processors. Out intention is to add this alongside the existing AWS Graviton3 processors for unit tests.
@Mousius is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
@zxiiro could you please help approve the awaiting CI workflows and the deployment? |
You'll need to add similar changes to all the |
@zxiiro sorry about that, ran the script now 😸 |
@zxiiro |
That maybe an out of date reference. To my knowledge I don't think there's any scale-configs in pytorch/pytorch today. |
@zxiiro is this now good to go then? |
Looks good to me. |
Requires machines configured here: pytorch/test-infra#6642 This adds additional test runs against AWS Graviton4 processors, alongside existing runs against AWS Graviton3 and AWS Graviton2 processors.
This would allow us to test on AWS Graviton4 processors.
Our intention is to add this alongside the existing AWS Graviton3 processors for unit tests.