-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add PT 1.7.1 support to smddp #2039
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
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Allow-list of PT 1.7 can only be done once SM Python SDK has the mapping of framework_version to appropriate DLC image URI
to |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@@ -632,6 +632,7 @@ def test_validate_smdataparallel_args_not_raises(): | |||
(None, None, None, None, smdataparallel_disabled), | |||
("ml.p3.16xlarge", "tensorflow", "2.3.1", "py3", smdataparallel_enabled), | |||
("ml.p3.16xlarge", "pytorch", "1.6.0", "py3", smdataparallel_enabled), | |||
("ml.p3.16xlarge", "pytorch", "1.7.0", "py3", smdataparallel_enabled), |
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.
Should this be 1.7.1?
Pending: #2185 |
Adding changes in this PR into: #2185 When updating the PyTorch 1.7.1 configuration, the integration test for Data Parallel fail due to the conditional mapping for supported versions and the conftest using the latest version. This will need to be decoupled in the Python SDK tests. |
Don't merge until PT1.7.1-cu11 training DLC released with SMDDP support
Issue #, if available:
Description of changes:
Allowlist 1.7.1 PT framework version as a supported SMDDP framework version
Testing done:
Ongoing
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.