pytorch / functorch

functorch is JAX-like composable function transforms for PyTorch.
https://pytorch.org/functorch/
BSD 3-Clause "New" or "Revised" License
1.38k stars 102 forks source link

Create dummy package for functorch #1017

Closed zou3519 closed 1 year ago

zou3519 commented 1 year ago

Soon, import functorch will work after one installs PyTorch. However, we want to maintain backwards compatibility for installing functorch from source (because many folks do that).

This PR:

Test Plan: