Skip to content

Commit

Permalink
torch 1.12.0 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Jul 19, 2022
1 parent cbce623 commit b940149
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Install using ``conda``

.. code-block::
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
**otherwise**\ , install the latest PyTorch CPU version (not recommended):

Expand All @@ -55,6 +55,12 @@ Install using ``conda``
python3 setup.py install
or

.. code-block::
python3 -m pip install -e ".[dev]"
This will install ``direct`` as a python module.

Common Installation Issues
Expand Down

0 comments on commit b940149

Please sign in to comment.