Skip to content
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

Update previous-versions.md #1813

Open
wants to merge 25 commits into
base: site
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3cf07f8
Update previous-versions.md
Tony-Y Nov 11, 2024
fbe0a66
Merge branch 'site' into fix-previous-versions
Tony-Y Nov 16, 2024
e041cd1
Merge branch 'site' into fix-previous-versions
Tony-Y Nov 19, 2024
ae3d691
Merge branch 'site' into fix-previous-versions
Tony-Y Nov 22, 2024
7296ebe
Merge branch 'site' into fix-previous-versions
Tony-Y Nov 23, 2024
12ee353
Merge branch 'site' into fix-previous-versions
Tony-Y Nov 26, 2024
2207aa7
Merge branch 'site' into fix-previous-versions
Tony-Y Nov 27, 2024
b94ae30
Merge branch 'site' into fix-previous-versions
Tony-Y Nov 28, 2024
39c18af
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 3, 2024
7a649d6
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 4, 2024
793a13c
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 6, 2024
b9bfd20
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 7, 2024
5dcd02d
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 10, 2024
de7c9ad
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 12, 2024
efe1bba
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 13, 2024
75d5c82
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 14, 2024
3fc60b8
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 17, 2024
befa122
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 18, 2024
316fdca
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 18, 2024
a379757
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 19, 2024
a661184
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 20, 2024
1d7fd7f
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 21, 2024
e255c9e
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 22, 2024
cafff22
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 24, 2024
6ac1cd5
Merge branch 'site' into fix-previous-versions
Tony-Y Dec 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions _get_started/previous-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,8 +935,8 @@ conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 -c pytorch
# CUDA 10.2
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=10.2 -c pytorch

# CUDA 11.3
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=11.3 -c pytorch -c conda-forge
# CUDA 11.1
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=11.1 -c pytorch -c conda-forge

# CPU Only
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cpuonly -c pytorch
Expand Down Expand Up @@ -989,8 +989,8 @@ conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 -c pytorch
# CUDA 10.2
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=10.2 -c pytorch

# CUDA 11.3
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=11.3 -c pytorch -c conda-forge
# CUDA 11.1
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=11.1 -c pytorch -c conda-forge

# CPU Only
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cpuonly -c pytorch
Expand Down Expand Up @@ -1098,8 +1098,8 @@ conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 -c pytorch
# CUDA 10.2
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=10.2 -c pytorch

# CUDA 11.3
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.3 -c pytorch -c conda-forge
# CUDA 11.1
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.1 -c pytorch -c conda-forge

# CPU Only
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cpuonly -c pytorch
Expand Down