fix links (#32)

This commit is contained in:
Awni Hannun
2023-12-06 08:12:06 -08:00
committed by GitHub
parent 2629cc8682
commit 170e4b2d43
2 changed files with 4 additions and 4 deletions

View File

@@ -127,5 +127,5 @@ Finally, we put it all together by instantiating the model, the
This should not be confused with :func:`mlx.core.value_and_grad`.
The model should train to a decent accuracy (about 95%) after just a few passes
over the training set. The `full example <https://github.com/ml-explore/mlx-examples/tree/main/mlp>`_
over the training set. The `full example <https://github.com/ml-explore/mlx-examples/tree/main/mnist>`_
is available in the MLX GitHub repo.