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. Colab ----- Please see `this colab for instructions. `_ 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.