Install functorch¶
pip¶
To install functorch via pip, please first install PyTorch 1.12 and then run the following command:
pip install functorch
We currently support manylinux, x86 MacOS, and Windows, please reach out on GitHub for other platforms.
Colab¶
Please see this colab for instructions.