Skip to content

Removing conda installation references. #3904

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

Merged
merged 2 commits into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
2 changes: 1 addition & 1 deletion docs/source/build.linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please folllow the instruction at https://docs.conda.io/en/latest/miniconda.html
Please select the version of PyTorch you want to install from https://pytorch.org/get-started/locally/

Here, we install nightly build.

.. needs update
.. code-block::

conda install pytorch -c pytorch-nightly
Expand Down
2 changes: 1 addition & 1 deletion docs/source/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TorchAudio integrates PyTorch for numerical computation and third party librarie
- `CUDA toolkit <https://developer.nvidia.com/cudnn>`_ and `cuDNN <https://developer.nvidia.com/cudnn>`_ (if building CUDA extension)

Most of the tools are available in `Conda <https://conda.io/>`_, so we recommend using conda.

.. needs update - note that PyTorch is no longer available in Conda?
.. toctree::
:maxdepth: 1

Expand Down
4 changes: 2 additions & 2 deletions docs/source/build.windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The following combination is known to work.

3. Install PyTorch
------------------

.. needs update
Please refer to https://pytorch.org/get-started/locally/ for the up-to-date way to install PyTorch.

The following command installs the nightly build version of PyTorch.
Expand Down Expand Up @@ -159,7 +159,7 @@ To build single version FFmpeg extension, FFmpeg binaries must be provided by us
conda install -c conda-forge ffmpeg
FFMPEG_ROOT=${CONDA_PREFIX}/Library python setup.py develop


[Optional] Building FFmpeg from source
--------------------------------------

Expand Down
Loading