This commit is contained in:
Awni Hannun 2023-11-29 12:45:41 -08:00
parent c1b6bf3f33
commit 8db89dd61d
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
MLX is an array framework for machine learning specifically targeting Apple MLX is an array framework for machine learning specifically targeting Apple
Silicon. MLX is designed with inspiration from Jax, PyTorch, ArrayFire. Silicon. MLX is designed with inspiration from Jax, PyTorch, ArrayFire.
[Documentation](https://at.apple.com/mlx) [Documentation](https://ml-explore.github.io/mlx/build/html/index.html)
## Build ## Build

View File

@ -22,12 +22,6 @@ MLX
examples/mlp examples/mlp
examples/llama-inference examples/llama-inference
.. toctree::
:caption: Further Reading
:maxdepth: 1
dev/extensions
.. toctree:: .. toctree::
:caption: Python API Reference :caption: Python API Reference
:maxdepth: 1 :maxdepth: 1
@ -47,3 +41,9 @@ MLX
:maxdepth: 1 :maxdepth: 1
cpp/ops cpp/ops
.. toctree::
:caption: Further Reading
:maxdepth: 1
dev/extensions