-
Notifications
You must be signed in to change notification settings - Fork 1.2k
change: update pytorch version #857
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 |
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.
add the new version to here as well: https://github.com/aws/sagemaker-python-sdk/blame/master/README.rst#L207
src/sagemaker/pytorch/defaults.py
Outdated
@@ -12,7 +12,7 @@ | |||
# language governing permissions and limitations under the License. | |||
from __future__ import absolute_import | |||
|
|||
PYTORCH_VERSION = '0.4' | |||
PYTORCH_VERSION = '1.1.0' |
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.
note the comment for this variable. We stopped updating it because doing so could break existing workflows.
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.
Thanks for calling this out! I've reverted it to 0.4
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.
but it's been changed back to 1.1.0 again?
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.
My bad, the branch got multiple updates over the time, and I got missed this when I resolve conflicts. Thanks for pointing this out.
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 |
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.
I don't think this should just have the "doc" prefix as there is a code change that's part of this PR.
src/sagemaker/pytorch/defaults.py
Outdated
@@ -12,7 +12,7 @@ | |||
# language governing permissions and limitations under the License. | |||
from __future__ import absolute_import | |||
|
|||
PYTORCH_VERSION = '0.4' | |||
PYTORCH_VERSION = '1.1.0' |
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.
but it's been changed back to 1.1.0 again?
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 |
closed per favor of #947 |
Issue #, if available:
Description of changes:
Update PyTorch default version to 1.1.0 and documentation.
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.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.