-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1092b5a
commit 44bfb51
Showing
1 changed file
with
5 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,11 @@ | ||
## v1.8.0 | ||
### Linux and Windows | ||
```shell | ||
# CUDA 11.0 | ||
pip --default-timeout=100 install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
# CUDA 10.2 | ||
pip --default-timeout=100 install torch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 | ||
|
||
# CPU only | ||
pip --default-timeout=100 install torch==1.8.0+cpu torchvision==0.9.0+cpu torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
## [v1.11.0](https://pytorch.org/) | ||
|
||
``` | ||
|
||
|
||
## v1.7.1 | ||
## [v1.9.0](https://pytorch.org/get-started/previous-versions/#linux-and-windows-7) | ||
### Linux and Windows | ||
```shell | ||
# CUDA 11.0 | ||
pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html | ||
# CUDA 11.1 | ||
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
# CUDA 10.2 | ||
pip install torch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 | ||
|
||
# CUDA 10.1 | ||
pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
# CUDA 9.2 | ||
pip install torch==1.7.1+cu92 torchvision==0.8.2+cu92 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
# CPU only | ||
pip install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html | ||
pip install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html | ||
``` | ||
|
||
|
||
## v1.6.0 | ||
|
||
### Linux and Windows | ||
```shell | ||
# CUDA 10.2 | ||
pip install torch==1.6.0 torchvision==0.7.0 | ||
|
||
# CUDA 10.1 | ||
pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
# CUDA 9.2 | ||
pip install torch==1.6.0+cu92 torchvision==0.7.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html | ||
|
||
# CPU only | ||
pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html | ||
``` |