Skip to content

Commit

Permalink
[functorch] Update notebooks for latest release (pytorch#85855)
Browse files Browse the repository at this point in the history
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: pytorch#85855
Approved by: https://github.com/samdow
  • Loading branch information
zou3519 authored and pytorchmergebot committed Sep 29, 2022
1 parent 48b3582 commit 19c7a6b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 2,522 deletions.
2 changes: 1 addition & 1 deletion functorch/notebooks/aot_autograd_optimizations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# AOT Autograd - How to use and optimize?\n",
"\n",
"<a href=\"https://colab.research.google.com/github/pytorch/functorch/blob/main/notebooks/colab/aot_autograd_optimizations.ipynb\">\n",
"<a href=\"https://colab.research.google.com/github/pytorch/pytorch/blob/master/functorch/notebooks/aot_autograd_optimizations.ipynb\">\n",
" <img style=\"width: auto\" src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
"</a>\n",
"\n",
Expand Down
Loading

0 comments on commit 19c7a6b

Please sign in to comment.