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.