Skip to main content

MLX with CCE (Chunked Cross-Entropy) for memory-efficient training on Apple Silicon.

Project description

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},
}

Project details


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_cce-0.30.7-cp313-cp313-macosx_14_0_universal2.whl (534.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ universal2 (ARM64, x86-64)

mlx_cce-0.30.7-cp312-cp312-macosx_14_0_universal2.whl (534.9 kB view details)

Uploaded CPython 3.12macOS 14.0+ universal2 (ARM64, x86-64)

mlx_cce-0.30.7-cp311-cp311-macosx_14_0_universal2.whl (535.5 kB view details)

Uploaded CPython 3.11macOS 14.0+ universal2 (ARM64, x86-64)

mlx_cce-0.30.7-cp310-cp310-macosx_14_0_universal2.whl (535.5 kB view details)

Uploaded CPython 3.10macOS 14.0+ universal2 (ARM64, x86-64)

File details

Details for the file mlx_cce-0.30.7-cp313-cp313-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for mlx_cce-0.30.7-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 6989259ea21a6f4f1d3523ac2264edadbf23887841f1796f5c4131f46b636b83
MD5 7cb3e8a119a1cfa640a4e4fc892d56b1
BLAKE2b-256 d702d5349963d8656a60d21c02aa20fb499934d5fe8838ac3059757b3c44eeb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx_cce-0.30.7-cp313-cp313-macosx_14_0_universal2.whl:

Publisher: publish-macos.yml on Manan17/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_cce-0.30.7-cp312-cp312-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for mlx_cce-0.30.7-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 d3a47f8a691ff211db46e850582e70da38e09b9c489926eab252e7d20abdebdc
MD5 456a11c9cc0ecb3872ffced4f039e8f3
BLAKE2b-256 f772a493336a5ec093228d1cd7f4bc6ecae5d9679ec642996783c598c79b741f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx_cce-0.30.7-cp312-cp312-macosx_14_0_universal2.whl:

Publisher: publish-macos.yml on Manan17/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_cce-0.30.7-cp311-cp311-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for mlx_cce-0.30.7-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 2cd8ef140f9c875d2203dbaddf1916c3b0ab1bea9a37f6b462bb460f3f0d4853
MD5 f7a86f1919435e1e8bc7c128133cd38d
BLAKE2b-256 17904ba414b35e136a10e2f0fbaf63ef4aa18c2b052abf8cf0fc2da70e63067f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx_cce-0.30.7-cp311-cp311-macosx_14_0_universal2.whl:

Publisher: publish-macos.yml on Manan17/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_cce-0.30.7-cp310-cp310-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for mlx_cce-0.30.7-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 d8af896deda4b7ec8a2c299c83e7d6e18f58bc614315917cf766af53477bb0e3
MD5 f092c9638fa3f1207e0dc45c64eff0a3
BLAKE2b-256 aa3a1ed76fa2bccae7efd8e0ea5f770ae5d17232f779a162eb9793c34e8b0c59

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx_cce-0.30.7-cp310-cp310-macosx_14_0_universal2.whl:

Publisher: publish-macos.yml on Manan17/mlx

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

Supported by

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