Skip to content

Commit ea5de17

Browse files
authored
Removing conda installation references. (#3904)
1 parent 2f78c95 commit ea5de17

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

docs/source/build.linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here, we install nightly build.
1515

1616
.. code-block::
1717
18-
conda install pytorch -c pytorch-nightly
18+
pip install --pre --index-url https://download.pytorch.org/whl/nightly/cpu
1919
2020
3. Install build tools
2121
----------------------

docs/source/build.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ TorchAudio integrates PyTorch for numerical computation and third party librarie
1212
- `MSVC <https://visualstudio.microsoft.com>`_ 2019 or newer (Windows)
1313
- `CUDA toolkit <https://developer.nvidia.com/cudnn>`_ and `cuDNN <https://developer.nvidia.com/cudnn>`_ (if building CUDA extension)
1414

15-
Most of the tools are available in `Conda <https://conda.io/>`_, so we recommend using conda.
16-
1715
.. toctree::
1816
:maxdepth: 1
1917

docs/source/build.windows.rst

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,8 @@ The following combination is known to work.
8686

8787
3. Install PyTorch
8888
------------------
89-
9089
Please refer to https://pytorch.org/get-started/locally/ for the up-to-date way to install PyTorch.
9190

92-
The following command installs the nightly build version of PyTorch.
93-
94-
.. code-block::
95-
96-
# CPU-only
97-
conda install pytorch cpuonly -c pytorch-nightly
98-
99-
# With CUDA support
100-
conda install pytorch pytorch-cuda=11.7 -c pytorch-nightly -c nvidia
101-
102-
When installing CUDA-enabled version, it also install CUDA toolkit.
103-
10491
4. [Optional] cuDNN
10592
-------------------
10693

@@ -159,7 +146,7 @@ To build single version FFmpeg extension, FFmpeg binaries must be provided by us
159146
conda install -c conda-forge ffmpeg
160147
FFMPEG_ROOT=${CONDA_PREFIX}/Library python setup.py develop
161148
162-
149+
163150
[Optional] Building FFmpeg from source
164151
--------------------------------------
165152

0 commit comments

Comments
 (0)