Skip to main content

A framework for machine learning 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-0.31.1-cp314-cp314-manylinux_2_35_x86_64.whl (669.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ x86-64

mlx-0.31.1-cp314-cp314-manylinux_2_35_aarch64.whl (628.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ ARM64

mlx-0.31.1-cp314-cp314-macosx_26_0_arm64.whl (576.3 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

mlx-0.31.1-cp314-cp314-macosx_15_0_arm64.whl (576.3 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

mlx-0.31.1-cp314-cp314-macosx_14_0_arm64.whl (576.3 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mlx-0.31.1-cp313-cp313-manylinux_2_35_x86_64.whl (668.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ x86-64

mlx-0.31.1-cp313-cp313-manylinux_2_35_aarch64.whl (626.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ ARM64

mlx-0.31.1-cp313-cp313-macosx_26_0_arm64.whl (574.2 kB view details)

Uploaded CPython 3.13macOS 26.0+ ARM64

mlx-0.31.1-cp313-cp313-macosx_15_0_arm64.whl (574.3 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

mlx-0.31.1-cp313-cp313-macosx_14_0_arm64.whl (574.3 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mlx-0.31.1-cp312-cp312-manylinux_2_35_x86_64.whl (668.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ x86-64

mlx-0.31.1-cp312-cp312-manylinux_2_35_aarch64.whl (626.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ ARM64

mlx-0.31.1-cp312-cp312-macosx_26_0_arm64.whl (574.3 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

mlx-0.31.1-cp312-cp312-macosx_15_0_arm64.whl (574.3 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

mlx-0.31.1-cp312-cp312-macosx_14_0_arm64.whl (574.3 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mlx-0.31.1-cp311-cp311-manylinux_2_35_x86_64.whl (674.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ x86-64

mlx-0.31.1-cp311-cp311-manylinux_2_35_aarch64.whl (641.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ ARM64

mlx-0.31.1-cp311-cp311-macosx_26_0_arm64.whl (574.4 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

mlx-0.31.1-cp311-cp311-macosx_15_0_arm64.whl (574.3 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

mlx-0.31.1-cp311-cp311-macosx_14_0_arm64.whl (574.3 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mlx-0.31.1-cp310-cp310-manylinux_2_35_x86_64.whl (674.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ x86-64

mlx-0.31.1-cp310-cp310-manylinux_2_35_aarch64.whl (641.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ ARM64

mlx-0.31.1-cp310-cp310-macosx_26_0_arm64.whl (574.1 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

mlx-0.31.1-cp310-cp310-macosx_15_0_arm64.whl (574.1 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

mlx-0.31.1-cp310-cp310-macosx_14_0_arm64.whl (574.1 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file mlx-0.31.1-cp314-cp314-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp314-cp314-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 3987282a1e63252bdd7c636138812c67316c3f7c7a7acad08e76c8843648a056
MD5 e463ed8bee0589511e9bcc4a4365070e
BLAKE2b-256 7de9d87638e00a44dcf346fe838caaf1e2dae96a88d5779edbd66ce27d4bbdcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp314-cp314-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-0.31.1-cp314-cp314-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp314-cp314-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 b973506fd49ba39df6dc4ff655b77bd35ea193cee878e71d6ee3d1a951d2b3a6
MD5 c1d00772169ac76c896a7b2529da8ad8
BLAKE2b-256 a29185c73f7cc3a661416d05315623458c719eda7de958b05f4e10ba40c52d07

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp314-cp314-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.

File details

Details for the file mlx-0.31.1-cp314-cp314-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 69bc88b41ddd61b44cd6a4d417790f9971ba3fdf58d824934cea95a95b9b4031
MD5 928a3749339711c858ecf6e6b8ddfb88
BLAKE2b-256 e117abec0bd0f9347dae13e60b33325cb199312798842901953495e19f3bb3c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp314-cp314-macosx_26_0_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-0.31.1-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d90b0529b22553eb1353b113b7233aa391ca55e24b1ba69024c732fcc21c5c49
MD5 df02d6df8337b3ceb27cdcefed967942
BLAKE2b-256 98582d925cb3fa3cd28d279ed6f44508ab7fbbf7359b17359914aa3652a7d734

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp314-cp314-macosx_15_0_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-0.31.1-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bba9d471ba20e050676292b1089a355c8042d3fc9462e4c1738a9735d7d40cfa
MD5 839f1735e6349699fc19d79ef0929e19
BLAKE2b-256 9965208f511acd5fb1ed0b08f047bd6229583845cc6f4b5aa6547a3219332dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp314-cp314-macosx_14_0_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-0.31.1-cp313-cp313-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp313-cp313-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 78f51ab929278366006ee7793dbb5c942b121542c793c33eb9b894a2ce8e27e1
MD5 3e08d521f907e56526427489ce8bc838
BLAKE2b-256 2545ecb746fbb6acb75d03760e41cc7bd21c2e2b544528b3033f7d70402334ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp313-cp313-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-0.31.1-cp313-cp313-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp313-cp313-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 9dc564a8b38b9aec279a1c7d34551068b1cc1f8e43b5ac044b56b2a9a4205195
MD5 75bd6c5fc30b92ac277fd0416f1079ea
BLAKE2b-256 df05eb29e9eb0cff9c7dfd872e26663e6e9512629730740e1db629086c80ac5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp313-cp313-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.

File details

Details for the file mlx-0.31.1-cp313-cp313-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 4c4565d6f4f8ce295613ee342d313ee5ab0b0eab9a6272954450f8343f7876bc
MD5 c06063d569975ea79cd9b506a585dd21
BLAKE2b-256 8601d6f0ef5b8c0b390af08246d1301e9717dfb076b3920012b53105a888ed8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp313-cp313-macosx_26_0_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-0.31.1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 20bd7ba19882603ac22711092d0e799f1ff7b5183c2c641d417dab4d2423d99e
MD5 4e9f2776d9ef964adaf00ff13f18ebe4
BLAKE2b-256 857b84956960356ff36e8c1bbed68fac96709e98e6a1adbc8e3d0ff71022d84e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp313-cp313-macosx_15_0_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-0.31.1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9a6d3410fc951bd28508fed9c1ab5d9903f6f6bb101c3a5d63d4191d49a384a1
MD5 e91301c99b7798a2e7a1feac741bc52b
BLAKE2b-256 444504465da443634b23fb11670bbd2f7538b1ed43ffc5e0de44a95b3c29e9c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp313-cp313-macosx_14_0_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-0.31.1-cp312-cp312-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp312-cp312-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 195c5cb27328380287c0ffe9ef48f860ab75ec5d3dfce153d475dc2c99369708
MD5 8a5b7b709219e10aa021c72012f844c3
BLAKE2b-256 901d8b32e46ea98ab5c1c15cf1b37ac97af651977f84e72e1800412a700c51d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp312-cp312-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-0.31.1-cp312-cp312-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp312-cp312-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 1ed1991c8e39f841d5756c0c543beb819763a2f80fba3f4b150bc6cad4d973de
MD5 10f1f2624e42e0c35d7d0de74aa72b38
BLAKE2b-256 55f7dcc129228faab4d406041d91413c5999250ab79da6fe5417ac84f1616ff1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp312-cp312-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.

File details

Details for the file mlx-0.31.1-cp312-cp312-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 6cdb797ea31787d1ce9e5be77991c4bd5cbf129ab15f7253b78e09737f535fce
MD5 4f8bcc93d64011e73e5c0f198ecaae47
BLAKE2b-256 ad69c7bc7b04f76b0cbd678f328011d1634bd0bcfc2da45aba06e084cb031127

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp312-cp312-macosx_26_0_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-0.31.1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a7a9347df4dcc41f0d16ff70b65650820af4879f686534b233b16826a22afa00
MD5 d42436d1384f21d60831062e6d89b248
BLAKE2b-256 21be70654a2cee0d71fd10bd237a50a79d06ae51679a194db6a3b16c0c84e6a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp312-cp312-macosx_15_0_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-0.31.1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8a63b31a398c9519f2bb0c81cf3865d9baca4ff573ffc31ead465d18286184e8
MD5 33222292ad9de4a00b738723e3aac03f
BLAKE2b-256 382971fe1f68756f515856e6930973c23245810d4aa3cd22fddd719d86a709dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp312-cp312-macosx_14_0_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-0.31.1-cp311-cp311-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp311-cp311-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 b2cf8502d9d64dc6851034fcd4a656cbb26be20c36f190f2971f4ac0caed89cb
MD5 eb61b38d98a7f50288d5d3e230db5d6f
BLAKE2b-256 c5863db98e8805637fb56f078311d622e9500f5c9088f6d79a6e304ec8235b47

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp311-cp311-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-0.31.1-cp311-cp311-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp311-cp311-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 d065625ab3101adcd7f5824297243fe40a0615099a06f5597ab67284483aa2f8
MD5 b2e1cc141b28418561ba44e6d5ebae72
BLAKE2b-256 ac51dbea4bbe7a2e4cd05226965b34198d49459cfaef8b9b37b72f006a9811ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp311-cp311-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.

File details

Details for the file mlx-0.31.1-cp311-cp311-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 10715b895e1f3e984c2c54257b7db956ff8af1fa93255412794a3724fe2dd3b1
MD5 b3b166bcd64bc8955c4bd4f7c633b1eb
BLAKE2b-256 3a88ef57747552c9e9da0c28465d9266c05a0009b698d90fb0bc63eb81840b8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp311-cp311-macosx_26_0_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-0.31.1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0de504c1f1fe73b32fc3cf457b8eac30d1f7ce22440ef075c1970f96712e6fff
MD5 728658d73394b00b5baf0487528aad21
BLAKE2b-256 9bbfc5aa1d1154f5a216139c8162cd3e6568b7eb427390d655f7f5ae3a1a61e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp311-cp311-macosx_15_0_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-0.31.1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8863835fb36c7c4f65008b1426ddb9ff7931a13c975e0ef58a40002ae8048922
MD5 8a1829ded8519ac398841211cdc1927c
BLAKE2b-256 753225dc2eae1d6f867224ef2bca2c644e3e913fe8067991f8394c090b720e3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp311-cp311-macosx_14_0_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-0.31.1-cp310-cp310-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 dec00ce7b094d6bc2876996291fd76c9e28326bc1a9853440903f2a06946ce1f
MD5 2ac37fba91ec76b35c838c97b338dedc
BLAKE2b-256 1c3fab060661d966d435e41212d4f6d6e9d1202da8b9043b1c18c343ab7d1b08

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp310-cp310-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-0.31.1-cp310-cp310-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp310-cp310-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 931c9316ec47b45ec0e737519f4f4c90eb69cbbdaaecadd6dd2ccdf1a85d4e61
MD5 7b8aa98b887491e90725b4ee492b3c4d
BLAKE2b-256 b4daf7375fc2be05d026640c5ced085a9e71066a33100638e5762347dae5d680

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp310-cp310-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.

File details

Details for the file mlx-0.31.1-cp310-cp310-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 877ff2f98debd035b922825a0d7e7e1be0959fc5ca1d24cb5020a23e510ff16d
MD5 6da0e9e93281fa7fc5927ebaae04b549
BLAKE2b-256 5cc9e790fa8ddc1b27fea7ba749699883f31c65e166b18e4598beab4574e4686

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp310-cp310-macosx_26_0_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-0.31.1-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fa132def5b3d959362077521c80f1fc80f64c45060d2940dc1d66a1aa19ce5f6
MD5 c28b2e96accf1c8d91e15a7bfc9045ed
BLAKE2b-256 c6261fd632f537a5160a21475a70aaef252090c62f9629f45ad20f5acfe810f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp310-cp310-macosx_15_0_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-0.31.1-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bc46c911cc060d2eaf21b9e24a1712dc56763b660b53631b9057a32ab1c0271a
MD5 1236207bfcc68a9d4dea94086504e940
BLAKE2b-256 9bf9f1663dafd45af02467f4f41777c13ec34b9104b2b0450d870c3f906285cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.1-cp310-cp310-macosx_14_0_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.

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