| Install functorch |
| ================= |
| |
| pip |
| --- |
| |
| To install functorch via pip, please first install |
| `PyTorch 1.11 <https://pytorch.org/get-started/locally/>`_ |
| and then run the following command: |
| |
| :: |
| |
| pip install functorch |
| |
| We currently support manylinux, x86 MacOS, and Windows, please reach out on |
| `GitHub <https://github.com/pytorch/functorch>`_ for other platforms. |
| |
| Colab |
| ----- |
| |
| Please see `this colab for instructions. <https://colab.research.google.com/drive/1GNfb01W_xf8JRu78ZKoNnLqiwcrJrbYG#scrollTo=HJ1srOGeNCGA>`_ |
| |
| |
| Building from source |
| -------------------- |
| |
| See our `README <https://github.com/pytorch/functorch#installing-functorch-main>`_ |
| for instructions on how to build the functorch main development branch for the |
| latest and greatest. This requires an installation of the latest PyTorch nightly. |