Skip to content

Commit

Permalink
Update on "[functorch] Add more details to the functorch install page"
Browse files Browse the repository at this point in the history
Added some details about:
- `pip uninstall functorch` being helpful if there are problems
- `pip install functorch` still working for BC reasons.

Test Plan:
- wait for docs preview

[ghstack-poisoned]
  • Loading branch information
zou3519 committed Oct 12, 2022
1 parent 8c59eb3 commit d407bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functorch/docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you're upgrading from an older version of functorch (functorch 0.1.x or 0.2.x
then you may need to uninstall functorch first via ``pip uninstall functorch``.

We've maintained backwards compatibility for ``pip install functorch``: this
command works for PyTorch 1.13 and will continue to work for the forseeable future
command works for PyTorch 1.13 and will continue to work for the foreseeable future
until we do a proper deprecation. This is helpful if you're maintaining a library
that supports multiple versions of PyTorch and/or functorch.

Expand Down

0 comments on commit d407bd1

Please sign in to comment.