"...models/git@developer.sourcefind.cn:OpenDAS/lmdeploy.git" did not exist on "a54b16a2d1cdd022c8b52ae403e22d6c7dd7518f"
Unverified Commit ec125053 authored by moto's avatar moto Committed by GitHub
Browse files

Update README.md (#1916)

parent d723eab5
......@@ -46,39 +46,13 @@ The following are the corresponding ``torchaudio`` versions and supported Python
Installation
------------
### Binary Distributions
### Binary Distributions (stable and nightly)
To install the latest version using anaconda, run:
`torchaudio` has binary distributions for PyPI (`pip`) and Anaconda (`conda`).
```
conda install -c pytorch torchaudio
```
To install the latest pip wheels, run:
```
pip install torchaudio -f https://download.pytorch.org/whl/torch_stable.html
```
(If you do not have torch already installed, this will default to installing
torch from PyPI. If you need a different torch configuration, preinstall torch
before running this command.)
### Nightly build
Starting `0.10`, torchaudio has CPU-only and CUDA-enabled binary distributions, each of which requires a matching PyTorch version.
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.
**pip**
```
pip install --pre torchaudio -f https://download.pytorch.org/whl/nightly/torch_nightly.html
```
**conda**
```
conda install -y -c pytorch-nightly torchaudio
```
Please refer to https://pytorch.org/get-started/locally/ for the details.
### From Source
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment