Skip to content

Commit dbb2e2b

Browse files
committed
docs: fix broken pruning config link in MNIST pruning tutorial
1 parent 90a504e commit dbb2e2b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/src/tutorials/mnist_pruning.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,7 @@
445445
"cell_type": "markdown",
446446
"id": "cell-25",
447447
"metadata": {},
448-
"source": [
449-
"For this tutorial, we'll apply 50% unstructured magnitude pruning (individual elements, not whole channels) via `PruningSpec`. Refer to the [Pruning Config](../pruning/config.html) page for all options."
450-
]
448+
"source": "For this tutorial, we'll apply 50% unstructured magnitude pruning (individual elements, not whole channels) via `PruningSpec`. Refer to the [Pruning Config](https://apple.github.io/coreai-optimization/pruning/config.html) page for all options."
451449
},
452450
{
453451
"cell_type": "code",

0 commit comments

Comments
 (0)