Skip to content

Commit ec12505

Browse files
authored
Update README.md (#1916)
1 parent d723eab commit ec12505

File tree

1 file changed

+4
-30
lines changed

1 file changed

+4
-30
lines changed

README.md

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -46,39 +46,13 @@ The following are the corresponding ``torchaudio`` versions and supported Python
4646
Installation
4747
------------
4848

49-
### Binary Distributions
49+
### Binary Distributions (stable and nightly)
5050

51-
To install the latest version using anaconda, run:
51+
`torchaudio` has binary distributions for PyPI (`pip`) and Anaconda (`conda`).
5252

53-
```
54-
conda install -c pytorch torchaudio
55-
```
56-
57-
To install the latest pip wheels, run:
58-
59-
```
60-
pip install torchaudio -f https://download.pytorch.org/whl/torch_stable.html
61-
```
62-
63-
(If you do not have torch already installed, this will default to installing
64-
torch from PyPI. If you need a different torch configuration, preinstall torch
65-
before running this command.)
66-
67-
### Nightly build
53+
Starting `0.10`, torchaudio has CPU-only and CUDA-enabled binary distributions, each of which requires a matching PyTorch version.
6854

69-
Note that nightly build is built on PyTorch's nightly build. Therefore, you need to install the latest PyTorch when you use nightly build of torchaudio.
70-
71-
**pip**
72-
73-
```
74-
pip install --pre torchaudio -f https://download.pytorch.org/whl/nightly/torch_nightly.html
75-
```
76-
77-
**conda**
78-
79-
```
80-
conda install -y -c pytorch-nightly torchaudio
81-
```
55+
Please refer to https://pytorch.org/get-started/locally/ for the details.
8256

8357
### From Source
8458

0 commit comments

Comments
 (0)