Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 42757c2

Browse files
authored
Fix link for colab (#929)
Fix link to point to correct colab for ensembling example
1 parent 6dfa19e commit 42757c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/ensembling.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"\n",
1212
"This example illustrates how to vectorize model ensembling using vmap.\n",
1313
"\n",
14-
"<a href=\"https://colab.research.google.com/github/pytorch/functorch/blob/main/notebooks/colab/jacobians_hessians_colab.ipynb\">\n",
14+
"<a href=\"https://colab.research.google.com/github/pytorch/functorch/blob/main/notebooks/colab/ensembling_colab.ipynb\">\n",
1515
" <img style=\"width: auto\" src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
1616
"</a>\n",
1717
"\n",
@@ -388,4 +388,4 @@
388388
},
389389
"nbformat": 4,
390390
"nbformat_minor": 5
391-
}
391+
}

0 commit comments

Comments
 (0)