Commit Graph

4 Commits

Author SHA1 Message Date
Richard Zou
eed5f0464c [functorch] fix whirlwind tour ipynb (#85974)
It was missing an "import torch"
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85974
Approved by: https://github.com/samdow
2022-09-30 20:42:32 +00:00
Richard Zou
19c7a6b54b [functorch] Update notebooks for latest release (#85855)
This PR:
- dedups our colab notebooks with the regular functorch notebooks. The
colab notebooks were versions of the reuglar notebooks that had
install instructions. Now that functorch is easier to install, we do not
need those anymore.
- fixes the colab links

Test Plan:
- build docs locally and tested them
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85855
Approved by: https://github.com/samdow
2022-09-29 20:00:34 +00:00
Richard Zou
b2f03d7f7d [functorch] Better intro to functorch (pytorch/functorch#688)
For our docs landing page.

Fixes https://github.com/pytorch/functorch/issues/605
2022-07-21 13:41:29 -07:00
Richard Zou
664cd284c5 [functorch] Docs website modification (pytorch/functorch#563)
I modified the docs website:
- It has a new install page which we'll fill out l ater
- It has a new "whirlwind tour" section with is just our README
copy-pasted
- It has a "UX Limitations" section describing arbitrary python
mutation, in-place operations, and control flow.

Please let me know if you think anything else should be here.

Future work:
- I'm going to put up a table of what operators we have support for and
which ones we don't, autogenerated via OpInfo
2022-07-21 13:41:25 -07:00