Shortcuts

Install functorch

pip

To install functorch via pip, please first install PyTorch 1.11 and then run the following command:

pip install functorch

We currently support manylinux and MacOS, please reach out on GitHub for other platforms.

Building from source

See our README 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.