Files
pytorch/functorch/docs/source/install.rst

16 lines
684 B
ReStructuredText

Install
=========
There are two ways to install functorch:
#. `functorch main <https://github.com/pytorch/functorch#installing-functorch-main>`_
#. `functorch preview with PyTorch 1.10 <https://github.com/pytorch/functorch#installing-functorch-preview-with-pytorch-110>`_
We recommend installing the functorch main development branch for the latest and
greatest. This requires an installation of the latest PyTorch nightly.
If you're looking for an older version of functorch that works with a stable
version of PyTorch (1.10), please install the functorch preview.
Check out `the instructions at our GitHub <https://github.com/pytorch/functorch/blob/main/README.md#install>`_.