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.2-cp314-cp314-manylinux_2_35_x86_64.whl (685.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ x86-64

mlx-0.31.2-cp314-cp314-manylinux_2_35_aarch64.whl (630.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ ARM64

mlx-0.31.2-cp314-cp314-macosx_26_0_arm64.whl (588.4 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

mlx-0.31.2-cp314-cp314-macosx_15_0_arm64.whl (588.4 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

mlx-0.31.2-cp314-cp314-macosx_14_0_arm64.whl (588.4 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mlx-0.31.2-cp313-cp313-manylinux_2_35_x86_64.whl (685.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ x86-64

mlx-0.31.2-cp313-cp313-manylinux_2_35_aarch64.whl (627.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ ARM64

mlx-0.31.2-cp313-cp313-macosx_26_0_arm64.whl (584.8 kB view details)

Uploaded CPython 3.13macOS 26.0+ ARM64

mlx-0.31.2-cp313-cp313-macosx_15_0_arm64.whl (584.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

mlx-0.31.2-cp313-cp313-macosx_14_0_arm64.whl (584.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mlx-0.31.2-cp312-cp312-manylinux_2_35_x86_64.whl (685.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ x86-64

mlx-0.31.2-cp312-cp312-manylinux_2_35_aarch64.whl (627.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ ARM64

mlx-0.31.2-cp312-cp312-macosx_26_0_arm64.whl (584.9 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

mlx-0.31.2-cp312-cp312-macosx_15_0_arm64.whl (584.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

mlx-0.31.2-cp312-cp312-macosx_14_0_arm64.whl (584.9 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mlx-0.31.2-cp311-cp311-manylinux_2_35_x86_64.whl (692.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ x86-64

mlx-0.31.2-cp311-cp311-manylinux_2_35_aarch64.whl (653.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ ARM64

mlx-0.31.2-cp311-cp311-macosx_26_0_arm64.whl (587.0 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

mlx-0.31.2-cp311-cp311-macosx_15_0_arm64.whl (586.9 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

mlx-0.31.2-cp311-cp311-macosx_14_0_arm64.whl (586.9 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mlx-0.31.2-cp310-cp310-manylinux_2_35_x86_64.whl (692.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ x86-64

mlx-0.31.2-cp310-cp310-manylinux_2_35_aarch64.whl (653.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ ARM64

mlx-0.31.2-cp310-cp310-macosx_26_0_arm64.whl (586.8 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

mlx-0.31.2-cp310-cp310-macosx_15_0_arm64.whl (586.9 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

mlx-0.31.2-cp310-cp310-macosx_14_0_arm64.whl (586.9 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp314-cp314-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 69fbc94bf53607a75af9eb3e22c354738a6fe4e25aa4e2b20934b009a4bba1f3
MD5 ad79dd7edb6642308d9c4b54557203f5
BLAKE2b-256 406fda48d2d7a76e644d35438ef6f33c68755fdd382e2c546fd1804ccba01d04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp314-cp314-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 e81798c610f95a09c642c89214ba5c23b72ce18ce4728184aceabe7eddca33d7
MD5 29ace2af887736ece4e5bab4a382c797
BLAKE2b-256 1ba4e822202dd2e4e7d08671f2ecf7b6500af74f5bad5ceb27086b1aa6902f3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.2-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.2-cp314-cp314-macosx_26_0_arm64.whl.

File metadata

  • Download URL: mlx-0.31.2-cp314-cp314-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 588.4 kB
  • Tags: CPython 3.14, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 59ccbd0f0044d4f97f11ebcbf0c480bc9e962935fd96275f120954afea65be8a
MD5 f2b6997146e5bf3ecafbc476d3d6e0f9
BLAKE2b-256 ef5bd364cc793bcb504621313acb55627cf0d5403ab2e0a594aa081cdbe4591f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp314-cp314-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 588.4 kB
  • Tags: CPython 3.14, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b0764bf11fc3a71dee988e19275eef67775cab63112d8bb7ef173ca8b2a1247c
MD5 e8afd5a17c600b63674bda1c36ba54c2
BLAKE2b-256 31509d0c03ea3134cd85c132df7b0e4b75e6344bd8b4881a0b9c465cfa27f724

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp314-cp314-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 588.4 kB
  • Tags: CPython 3.14, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a13c9ce23c3deef6aa5a09315e7953e1a5dc311e851fa16fc74c81fb2509c0b9
MD5 e33ccc9b9e606ee8032035ee7658255b
BLAKE2b-256 8bf5e63f6a9316ded2d14a8ebc7a9ca25734c784e8c54d064a78b4dceeacec0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp313-cp313-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 53c8d57ffa9ce77f8355663be05014c0dd37280e57f19126fb0a24389a30684b
MD5 e6a91c38c10d2618db124930abd6a7fa
BLAKE2b-256 3e2bb89364883b98f21c2fe29e52d4ac8bc2fa2fe0d79293b36ec421efc1854a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp313-cp313-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 cd1f4189e5f1bc68735f44eb63ce98ae09d66ac75d7ab5b15a41afae7e9f0513
MD5 1dd3b2fdb0e03b8bd5151c303822a729
BLAKE2b-256 0b19aca251d4c5f3532ce9c2c1e95ad76740d9c6c298f406f62d992f465b9be0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.2-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.2-cp313-cp313-macosx_26_0_arm64.whl.

File metadata

  • Download URL: mlx-0.31.2-cp313-cp313-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 584.8 kB
  • Tags: CPython 3.13, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 c05981684279a8935d58b0dde3ea5b02d210c3bad3319aa0e9934ec2df165752
MD5 a609168ad835c00142bbc3e4ffd3f66e
BLAKE2b-256 ca20c6c5fb998c7834d094b2bfb9f003b5246cb270f0266da055c55546c34999

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp313-cp313-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 584.8 kB
  • Tags: CPython 3.13, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 34b0171cd9eb5c43fdd82091f6135d6ccc5a065363a4a3e68fac64fb4e53d37c
MD5 601bce44bfe6fdfc10f97c3676b5d044
BLAKE2b-256 dd14e9cd18b51f9e1dbcb060eec0fafc2d2428c8e1eacd9b0a02d7c5ce75b661

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp313-cp313-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 584.8 kB
  • Tags: CPython 3.13, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1b3fb0dda955b0d552ce57bdd6f42b3309ab21b067e40587d6848443d307e91f
MD5 d28c1c4ee4f59e59834589905e570582
BLAKE2b-256 a33f888f8664d4f8e23a1363a5f50024be5216e199ab7ad0ba20988c7ed6d729

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp312-cp312-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 99572133181481640a8bf8d449daf083816d0af3ee050c8adfc5bf45ceca91c6
MD5 aa0e8e27f9ef7a9b1b764d6c8b23bb85
BLAKE2b-256 537baf6cd73a79772af6f19eab2cb4c48eda23a9294d1650a4c1269a9996e532

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp312-cp312-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 117c7583cae0ca107cd53c591cc34f8e75f97a505aa47088844b7dc0fc69dc67
MD5 36e669002091327f251fbb2de3da7672
BLAKE2b-256 5dc300664239a98e8bd614733c4182cd402d2bacad2d7f79eca66562ac406870

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.2-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.2-cp312-cp312-macosx_26_0_arm64.whl.

File metadata

  • Download URL: mlx-0.31.2-cp312-cp312-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 584.9 kB
  • Tags: CPython 3.12, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 51ca102db641b01e7cb083ce8ecb580e281530a141a7ca12544bb370641630ae
MD5 9e601b907220362c5d74ddba8bd2631b
BLAKE2b-256 3b150d1dc0597644e5e7b011ca954ba0c47e13cd880a3b909b0c3f1b4d8bf8f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp312-cp312-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 584.9 kB
  • Tags: CPython 3.12, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 edb9797db7d852477ca1c99708058654ee860d4148fe5765f0d55528e2b1aa22
MD5 e4a8a3c2c7d247b81a1ad30ff1db5fe4
BLAKE2b-256 08e7a851a451b1327af9fb4df3991b9ae87d066b6f6630e854af55c288b0995a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp312-cp312-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 584.9 kB
  • Tags: CPython 3.12, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e5067aaf2be1f3d7bba5be52348775804f111173c1ed04639618fd713b1a530f
MD5 56b3a38a537f34725cbe918528f15087
BLAKE2b-256 c3475f33906cb03d6a378a697cd2d2641a26b37dea17ee3d9124d7e39e8eca01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp311-cp311-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 b368f7ede4238cc44076e4843820338c453c21ee50bd3ee26d4b182c179fd8e1
MD5 8847b6a165f6dab609fa2bb4b62a95b3
BLAKE2b-256 c540f92c8cdc9595bf24c7e483a3156bfe0cc99a5cf5545d8dba8e7fe000c10b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp311-cp311-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 cd5d42b0b2bee7efe1b0680a7e302943dd33b92c879cffa0358ffdb5a4a8d27b
MD5 727c91a1d1beae7d3c3497082d42786a
BLAKE2b-256 de53e12feb7078ee472983555fcb1da4749a2bbbc8fc5b29b78c205b96d37d1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.2-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.2-cp311-cp311-macosx_26_0_arm64.whl.

File metadata

  • Download URL: mlx-0.31.2-cp311-cp311-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 587.0 kB
  • Tags: CPython 3.11, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 c0ff158b7ac93a4b5659adbc70053498b30a5964fc45f78596398e056a96c36a
MD5 130309c6fd2276367d3441ea158a2b7c
BLAKE2b-256 97b061ac2c14773c786fecbda28067b0207a0c654cb4d10c548808c51284d700

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp311-cp311-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 586.9 kB
  • Tags: CPython 3.11, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 70297cbef7479429f69c966bfed10da20a6f0c2aa997eec2b4f6ba1a07caf2ef
MD5 0304268bba80200a844e34aeaacf9105
BLAKE2b-256 6a41c1907f05f8a3fc54025fb78ad68d3c4a4b931664d03c0a24f7f431cc4087

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp311-cp311-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 586.9 kB
  • Tags: CPython 3.11, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4a3f181b367d404e44a6bd68ef5eb573930809ac60cacd51d0c851c629b1b651
MD5 f2ca71fd184441070fd79525be9514ea
BLAKE2b-256 94891e77ec3ff380e8fb9e7258047374d31452a0f9828a0e370f127b07dd8288

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 c71dff00cc1b363d542f111d9e8b7b59dadb65b29d027f798b71ea34da75b665
MD5 c1288e5e36b4d73ea8b2610e14697114
BLAKE2b-256 d6c779283370001660102f5c5c772b649f69da02113609d927af35e747508320

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.31.2-cp310-cp310-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 e3e2818157371501de097887f371784227f9dd9c91e177f986db7b25319c55d7
MD5 4284cb06ce2691452e343c61d58fb4ed
BLAKE2b-256 4d4a274ebee3783a37560cddc8e781ec3eefadd17f3f85a7dcd5df6f07d200d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.2-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.2-cp310-cp310-macosx_26_0_arm64.whl.

File metadata

  • Download URL: mlx-0.31.2-cp310-cp310-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 586.8 kB
  • Tags: CPython 3.10, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 2a64db61b2840f28bae08354e6f999698e30381af201cc12354290673c96213b
MD5 e0807e572f70d2e5c64fe21d91c0ebc0
BLAKE2b-256 4ce9a8559389706d39f613620a8b6b42ed03cf3155a516b0762d355c5116fdab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp310-cp310-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 586.9 kB
  • Tags: CPython 3.10, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ebdc47b87b4b0216ceab3b5961716804bba3107c16454b65ae51d0e0c059f298
MD5 e4f8e041ece4542dbca3704eac120706
BLAKE2b-256 74da1c7f3dc39b7bda65b0cafbaf1e58a35eea118622c6f4506c9a4294c9806e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.31.2-cp310-cp310-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 586.9 kB
  • Tags: CPython 3.10, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.31.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b29cf940f34205f09bb552ac60465ae833c4ae640b52777c6d725ddbad8461ca
MD5 a1f0d330377d207bd0fb6f62f2d08802
BLAKE2b-256 297cc16d52494a1ba6d90443f31fa26bc810bf878d532dfa9a7a13f49ef9542d

See more details on using hashes here.

Provenance

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