-
Notifications
You must be signed in to change notification settings - Fork 307
Update previous-versions.md #1138
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
👷 Deploy Preview for pytorch-dot-org-preview processing.
|
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 we add 1.12.1 here as well ?
_get_started/previous-versions.md
Outdated
pip install torch==1.12.0+rocm4.1 torchvision==0.13.0+rocm4.1 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
# ROCM 4.0.1 (Linux only) | ||
pip install torch==1.12.0+rocm4.0.1 torchvision==0.13.0+rocm4.0.1 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
# CUDA 11.1 |
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.
Is this supported with CUDA 11.1 or 11.3?
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.
Yes true cu111 is dropped since 1.11.0 I believe
@atalman I thought 1.12.1 is still current and described here: https://pytorch.org/get-started/locally/. Should it be added after the next release? |
Yes, correct, my bad. Please add some description to PR, so its clear why we are doing this. |
_get_started/previous-versions.md
Outdated
# CUDA 11.6 | ||
pip install torch==1.12.0+cu102 torchvision==0.13.0+cu116 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
# CUDA 11.3 | ||
pip install torch==1.12.0+cu111 torchvision==0.13.0+cu113 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html |
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 be cu113
_get_started/previous-versions.md
Outdated
# ROCM 5.1.1 (Linux only) | ||
pip install torch==1.12.0+rocm5.1.1 torchvision==0.13.0+rocm5.1.1 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
# CUDA 11.6 | ||
pip install torch==1.12.0+cu102 torchvision==0.13.0+cu116 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html |
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 be cu116
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.
looks good to me
This caused a regression, see pytorch/pytorch#86630 |
I don't this PR affected that part of the page. We only added instructions for 1.12 but did not touch the 1.10.1 part. |
Updating previous-version.md to include 1.12.0 release.