Skip to main content

MLX

Quickstart | Installation | Documentation | Examples

CircleCI

MLX is an array framework for machine learning on Apple silicon, brought to you by Apple machine learning research.

Some key features of MLX include:

  • Familiar APIs: MLX has a Python API that closely follows NumPy. MLX also has fully featured C++, C, and Swift APIs, which closely mirror the Python API. MLX has higher-level packages like mlx.nn and mlx.optimizers with APIs that closely follow PyTorch to simplify building more complex models.

  • Composable function transformations: MLX supports composable function transformations for automatic differentiation, automatic vectorization, and computation graph optimization.

  • Lazy computation: Computations in MLX are lazy. Arrays are only materialized when needed.

  • Dynamic graph construction: Computation graphs in MLX are constructed dynamically. Changing the shapes of function arguments does not trigger slow compilations, and debugging is simple and intuitive.

  • Multi-device: Operations can run on any of the supported devices (currently the CPU and the GPU).

  • Unified memory: A notable difference from MLX and other frameworks is the unified memory model. Arrays in MLX live in shared memory. Operations on MLX arrays can be performed on any of the supported device types without transferring data.

MLX is designed by machine learning researchers for machine learning researchers. The framework is intended to be user-friendly, but still efficient to train and deploy models. The design of the framework itself is also conceptually simple. We intend to make it easy for researchers to extend and improve MLX with the goal of quickly exploring new ideas.

The design of MLX is inspired by frameworks like NumPy, PyTorch, Jax, and ArrayFire.

Examples

The MLX examples repo has a variety of examples, including:

Quickstart

See the quick start guide in the documentation.

Installation

MLX is available on PyPI. To install MLX on macOS, run:

pip install mlx

To install the CUDA backend on Linux, run:

pip install mlx[cuda]

To install a CPU-only Linux package, run:

pip install mlx[cpu]

Checkout the documentation for more information on building the C++ and Python APIs from source.

Contributing

Check out the contribution guidelines for more information on contributing to MLX. See the docs for more information on building from source, and running tests.

We are grateful for all of our contributors. If you contribute to MLX and wish to be acknowledged, please add your name to the list in your pull request.

Citing MLX

The MLX software suite was initially developed with equal contribution by Awni Hannun, Jagrit Digani, Angelos Katharopoulos, and Ronan Collobert. If you find MLX useful in your research and wish to cite it, please use the following BibTex entry:

@software{mlx2023,
  author = {Awni Hannun and Jagrit Digani and Angelos Katharopoulos and Ronan Collobert},
  title = {{MLX}: Efficient and flexible machine learning on Apple silicon},
  url = {https://github.com/ml-explore},
  version = {0.0},
  year = {2023},
}

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mlx_cpu-0.32.2-py3-none-win_arm64.whl (7.6 MB view details)

Uploaded Python 3Windows ARM64

mlx_cpu-0.32.2-py3-none-win_amd64.whl (15.6 MB view details)

Uploaded Python 3Windows x86-64

mlx_cpu-0.32.2-py3-none-manylinux_2_35_x86_64.whl (10.4 MB view details)

Uploaded Python 3manylinux: glibc 2.35+ x86-64

mlx_cpu-0.32.2-py3-none-manylinux_2_35_aarch64.whl (8.8 MB view details)

Uploaded Python 3manylinux: glibc 2.35+ ARM64

File details

Details for the file mlx_cpu-0.32.2-py3-none-win_arm64.whl.

File metadata

  • Download URL: mlx_cpu-0.32.2-py3-none-win_arm64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx_cpu-0.32.2-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 f7c4915558f52e939d228800dbc8fe2275d10dfaa3b2a3463194e5e64b68e8d8
MD5 b686d6ad32de5d6f735d6ba5b3e211de
BLAKE2b-256 8994cc4280cdcaf12fc1bbed22a8add837e09672c173e3ad0f220d749f18b732

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx_cpu-0.32.2-py3-none-win_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx_cpu-0.32.2-py3-none-win_amd64.whl.

File metadata

  • Download URL: mlx_cpu-0.32.2-py3-none-win_amd64.whl
  • Upload date:
  • Size: 15.6 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx_cpu-0.32.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 c1b5fbaa3e62334f33d686e1e46616aa90f2b3be4cdfb7a8fa658149ab1de087
MD5 bc9bc0865a57587feabd5bbd74456881
BLAKE2b-256 b3a16439ce76664975e7d32a106d73d8b81157fd106655127949445fe477e362

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx_cpu-0.32.2-py3-none-win_amd64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx_cpu-0.32.2-py3-none-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx_cpu-0.32.2-py3-none-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 fc5d31b90fc4f457b2f9614ed45651a567d22a6a11a03d114a90a4e10bdd8878
MD5 54df27a2bd32666baeec5f3c8b0feeed
BLAKE2b-256 3c8b2305637be752d0827594de266eaee3d282f780ba7877c0e15881cdf9da5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx_cpu-0.32.2-py3-none-manylinux_2_35_x86_64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx_cpu-0.32.2-py3-none-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx_cpu-0.32.2-py3-none-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 d0f94625588b51a878786dd51cec5617894ce586cf3c94645ce1b64e24c27c0b
MD5 fcff805abf9ed89cacf59619b3556dcc
BLAKE2b-256 56fa4a37da905a3ea27bd5c041a26d8a5a58a35fb540b4c4de5a69c5e0173e29

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx_cpu-0.32.2-py3-none-manylinux_2_35_aarch64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.32.2 This release

4 files

0.32.1

4 files

0.32.0

4 files

0.31.2

2 files

0.31.1

2 files

0.31.0

2 files

0.30.6

2 files

0.30.5

2 files

0.30.4

2 files

0.30.3

2 files

0.30.1

2 files

0.30.0

2 files

0.29.4

1 file

0.29.3

1 file

0.29.2

1 file

0.29.1

1 file

0.29.0

1 file

0.28.0

1 file

0.27.1

1 file

0.26.5

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page