Skip to content

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

Merged
merged 3 commits into from
Sep 20, 2022
Merged

Update previous-versions.md #1138

merged 3 commits into from
Sep 20, 2022

Conversation

svekars
Copy link
Collaborator

@svekars svekars commented Sep 20, 2022

Updating previous-version.md to include 1.12.0 release.

@netlify
Copy link

netlify bot commented Sep 20, 2022

👷 Deploy Preview for pytorch-dot-org-preview processing.

Name Link
🔨 Latest commit 3a0af7d
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-dot-org-preview/deploys/632a151c58120e000833c8fd

Copy link
Contributor

@atalman atalman left a 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 ?

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

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?

Copy link
Contributor

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

@svekars
Copy link
Collaborator Author

svekars commented Sep 20, 2022

@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?

@atalman
Copy link
Contributor

atalman commented Sep 20, 2022

@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.

# 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be cu113

# 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be cu116

Copy link

@agunapal agunapal left a 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

@svekars svekars merged commit bd18658 into site Sep 20, 2022
@malfet malfet deleted the svekars-patch-3 branch October 10, 2022 20:44
@malfet
Copy link
Contributor

malfet commented Oct 10, 2022

This caused a regression, see pytorch/pytorch#86630

@svekars
Copy link
Collaborator Author

svekars commented Oct 10, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants