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.32.0-cp314-cp314-win_arm64.whl (558.2 kB view details)

Uploaded CPython 3.14Windows ARM64

mlx-0.32.0-cp314-cp314-win_amd64.whl (572.4 kB view details)

Uploaded CPython 3.14Windows x86-64

mlx-0.32.0-cp314-cp314-manylinux_2_35_x86_64.whl (675.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ x86-64

mlx-0.32.0-cp314-cp314-manylinux_2_35_aarch64.whl (618.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ ARM64

mlx-0.32.0-cp314-cp314-macosx_26_0_arm64.whl (561.4 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

mlx-0.32.0-cp314-cp314-macosx_15_0_arm64.whl (561.4 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

mlx-0.32.0-cp314-cp314-macosx_14_0_arm64.whl (561.4 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mlx-0.32.0-cp313-cp313-win_arm64.whl (543.6 kB view details)

Uploaded CPython 3.13Windows ARM64

mlx-0.32.0-cp313-cp313-win_amd64.whl (558.0 kB view details)

Uploaded CPython 3.13Windows x86-64

mlx-0.32.0-cp313-cp313-manylinux_2_35_x86_64.whl (675.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ x86-64

mlx-0.32.0-cp313-cp313-manylinux_2_35_aarch64.whl (617.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ ARM64

mlx-0.32.0-cp313-cp313-macosx_26_0_arm64.whl (558.8 kB view details)

Uploaded CPython 3.13macOS 26.0+ ARM64

mlx-0.32.0-cp313-cp313-macosx_15_0_arm64.whl (558.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

mlx-0.32.0-cp313-cp313-macosx_14_0_arm64.whl (558.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mlx-0.32.0-cp312-cp312-win_arm64.whl (543.6 kB view details)

Uploaded CPython 3.12Windows ARM64

mlx-0.32.0-cp312-cp312-win_amd64.whl (558.0 kB view details)

Uploaded CPython 3.12Windows x86-64

mlx-0.32.0-cp312-cp312-manylinux_2_35_x86_64.whl (675.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ x86-64

mlx-0.32.0-cp312-cp312-manylinux_2_35_aarch64.whl (617.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ ARM64

mlx-0.32.0-cp312-cp312-macosx_26_0_arm64.whl (558.9 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

mlx-0.32.0-cp312-cp312-macosx_15_0_arm64.whl (558.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

mlx-0.32.0-cp312-cp312-macosx_14_0_arm64.whl (558.9 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mlx-0.32.0-cp311-cp311-win_arm64.whl (542.7 kB view details)

Uploaded CPython 3.11Windows ARM64

mlx-0.32.0-cp311-cp311-win_amd64.whl (558.4 kB view details)

Uploaded CPython 3.11Windows x86-64

mlx-0.32.0-cp311-cp311-manylinux_2_35_x86_64.whl (682.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ x86-64

mlx-0.32.0-cp311-cp311-manylinux_2_35_aarch64.whl (647.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ ARM64

mlx-0.32.0-cp311-cp311-macosx_26_0_arm64.whl (562.8 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

mlx-0.32.0-cp311-cp311-macosx_15_0_arm64.whl (562.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

mlx-0.32.0-cp311-cp311-macosx_14_0_arm64.whl (562.8 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mlx-0.32.0-cp310-cp310-win_amd64.whl (558.5 kB view details)

Uploaded CPython 3.10Windows x86-64

mlx-0.32.0-cp310-cp310-manylinux_2_35_x86_64.whl (683.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ x86-64

mlx-0.32.0-cp310-cp310-manylinux_2_35_aarch64.whl (648.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ ARM64

mlx-0.32.0-cp310-cp310-macosx_26_0_arm64.whl (562.9 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

mlx-0.32.0-cp310-cp310-macosx_15_0_arm64.whl (562.9 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

mlx-0.32.0-cp310-cp310-macosx_14_0_arm64.whl (562.9 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file mlx-0.32.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: mlx-0.32.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 558.2 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 13f793c354ea9dc589bbd113f4b7d299900fb440199bbb403546845852b2499b
MD5 dbe122fec9df074d5a0f353be36de2a0
BLAKE2b-256 cb26f9efe51f7f32afc7da95fc832cc3e2744f9284b846e0e18ebd98b6bd2458

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 572.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f67557bd9ce31cbb519b39e9455b19cca698eb153ab6f4deef5b4d5509d94df3
MD5 5e03a6621a46ae14c59739c66c093f39
BLAKE2b-256 01fe5a0dd8784e0335aa7d472365177a6a13245b4aa28cf102c9bac6d65675c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp314-cp314-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 4edffbdb1f7c185e35dc4e48611966d012b1dda9225a0dabd0fbd31651374a71
MD5 bd670729535e134ff2ab7d8978d2c05f
BLAKE2b-256 c29461b29c561045576e78d6f992c22d0bb301e8e6eec65588560f942d59c88d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp314-cp314-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 253c5d20c573b277fc64a3eec491984e7ad4c64f9b246c1b3fee903b7d1db824
MD5 ec01a1129cf0207b07fe829a4797fa72
BLAKE2b-256 07f30c3c8bb11362a97ebc6407a1c3e24a45de470e9326ef53dcc96e83263e84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 23e83c8e74a23156696e9f9905d16a17b7d27b5a596c1bc0f720a98df1c5aadf
MD5 e0daf9172730f16375eeb0991a93ae1c
BLAKE2b-256 c258bd847d3fed65296573a4bb3399adde6934c0a718813b5636000d7d1b4063

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e0db558267bb2d13fac4f85674456adbe0f085c570b9219e03d4e95fdc11c4d0
MD5 436757481b78c01f0d1b1d91f6170b74
BLAKE2b-256 dc33e3d7f7a18331523762e9968b6716e81514649af81ffd9ba4364e3df95823

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2ee79b1f8c2c2a329afc95ece7dce0be798d43f3de771a6370d2b9f9702bbd9a
MD5 dfe727190abf0fa181e61d0a743cf946
BLAKE2b-256 aa905e49c183f9024f86dc1f038866ccd743aaec1fe412a7e7dc76fec9271f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.32.0-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.32.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: mlx-0.32.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 543.6 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 df6fa6785fb7a6f8d8e3e91c41074c885aa253b09c2b69e3c4d4f905e3c457e3
MD5 753bc13ef927777595092ba96cd8e3cb
BLAKE2b-256 15941b2a1e3b60fce6bd61ca8af3ccfe0da30f42184352a70123870fd960ce0d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 558.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9fea39d8ecf1d08e5c3d5d70936d5a1ca6b890353c1b0b96c4e6232349d48e36
MD5 8f9f632cc5f5f96f8f29202c74aad118
BLAKE2b-256 65964979a82390a69e7ff48a43d3ea5cac222ae6bc41c2ba56550f6f5bd416b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp313-cp313-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 e5cdb9bf7c1a9320827a65f7ed63e3742d5b9280d31affc0c277e77982d465ae
MD5 65f559cd48238f79ba0b64697aaefd5b
BLAKE2b-256 11fae3608936caa02ebf7fc645e3289134918facb0cff6dcb563d51996a5b70e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp313-cp313-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 102043c6455fe0939509c1e96caec4678f51e241981238da97c83beeed5653f6
MD5 a5e536b9669733a8d2e6f77906997d24
BLAKE2b-256 83cf90980e28e6adaaf47d7951604ff2ac4ceb3952040f941bececb9b7a07a4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 4192a2d02014a13a6a1030bf13dfb4e4fe05ec3ffa47678ee37da29111e25cb1
MD5 0619ec1f9c4fa413406df637997bde7a
BLAKE2b-256 4ca87bc999ce5d09dfac8961dcda4ed47e173fca2857492f34599b237380f20d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 deb284f3a5cd0c3e87bed80c2bee9dcbf946bdad44d75592f6fb784da878c1c0
MD5 854aebfd5f41122520911a7332230bb7
BLAKE2b-256 38b94f0ae7785fdb3fa7e44434908d832cbc7a9a1e096d046ac6fe953812c52c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 abb786ee1e9638759be82583222fc7d09c5650ef90ad2b7c5da7d1931a8676dc
MD5 96644d879943db71eaf6f9703ccf5819
BLAKE2b-256 b6beddc888d4a20c7602da06ad1a244f495010c6c7d2457f6253e8fa3c99ceea

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.32.0-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.32.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: mlx-0.32.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 543.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 7c8d3a7b506ab45b3f7976495126c16830d988ec53289134b2bb64dae1efb835
MD5 98f9cb2799f17218ccfa2819382e9deb
BLAKE2b-256 60f6f27397f44c84138bcae00592a377fc5b1fc79d1dbfa820c1af20042f4c33

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 558.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 13ac6469479cda4bfd6954e0b574b92930b87073f7c79be121a68b31a3a6c596
MD5 2306890c444ae8cc8841220ac03b3016
BLAKE2b-256 a2e904cd133d18b4da1c00515c595c1cb6de7e2534938d2c3de2f3f2301c3466

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp312-cp312-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 78804098c9f64978b6048ffdfd78689b9e06efa2a530c541d0bd73ce44d2f589
MD5 e81ff22aea53eb08fe1d28f14daa3d1e
BLAKE2b-256 40efc326e05070f35c43a9775ce9dceaf155c8a9b2706a4c52d64e8999d4929a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp312-cp312-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 50bc29bfaf31dff5138a472b56963bd6ece0fa67800c6c382745aaa41126d01f
MD5 ef4f0e7a0baf817914386e1f3cab9159
BLAKE2b-256 5eafb16b7ab2670edf0f8f2cdeb2b6b3d5ab27a749b31ed74cb6825958ca0892

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 8dfb577faa4dc413cfd0d6eb78f230d3b3b6169df4473e84408abdeb21346e9d
MD5 a700f81fa0d4d324ca0c264faa109bca
BLAKE2b-256 0f0102110ceacf4efd00ec172f60b4cd42c8b1509ac50ffa65a6a77d723133aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e5f778001562ccce26cf6e5be1050d2afc78e2902bad206201ab9f5a6d0f886a
MD5 2a7364e8f8964315ff6396f45121f56f
BLAKE2b-256 852a5d1f1cb1b073c39c822e0c0be1e68f4ced6fd32ab15cf8bb1f448028842c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ea5a594355c89c0095eaba413fd39d4caa8642fa13432dfb0c9354d141046467
MD5 cb67152e21a138f4a919f76178095252
BLAKE2b-256 aaa6489176d8a2a06137a299910057cc44dc3fccfb73151f7562fea2b75894d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.32.0-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.32.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mlx-0.32.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 542.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b0fdec519890dd3aa295920940356295012dea3a0390f229cd08d72890888427
MD5 b115e7453ab246c35ad60959d8bc5ba0
BLAKE2b-256 89f34e2c03db1185ff2e1bc755ca1c6a25ec38c65f5f7239e6542a4ca525e42f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 558.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2f41445eb4b5c5bfe44f6635d0be3564485bd983de405772f7e4f17fbd6e3a9b
MD5 fa394e79e8e8f07fc4b77eb2000183f3
BLAKE2b-256 3d1b51094ba6fb0e77bc41c5edeb581d1bac115cf98621590b4965fe2b1bc77d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp311-cp311-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 5d5041205173e44f176d00b8119e7db7802c298a0f845486f0281c45122646ed
MD5 97d641876fe29becc16b7756f13e6435
BLAKE2b-256 100e6e264023c3432b83b32fbf9f2a1365f8f0a9c5e67ed1684330ecbd5faf63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp311-cp311-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 4c8925d9d22d57b26885cb0858d2d4463d7526b17363c166820db5ea949731ad
MD5 1297099bdd0a0dc24662e93dad6772b5
BLAKE2b-256 179d6b424d7a457baf5da788d881f9c3e908e44473e89544acee77962868d8f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 2a180cd39ac68b397b85cc4658d0b8e0ab58166c2549fc9ab2ca5f99d15ef0c3
MD5 26d16bb0b3ace185254a9b0ed985e10e
BLAKE2b-256 1f435b481bfb8f1234153fd8fef9dcacfe34860b0934eb507c0eb811ba599afe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0a0e38a409b9cae29647ec9e75ce9747b224ce7e5d91adbfad7eac37b6118ffd
MD5 af0c11c233397384179da9099ece4fac
BLAKE2b-256 1ab1c2eba5bb18c94a9fe1b5d6599f18ba2ef5de2d8b42439716d9241ab196c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 72c605368d145c756877057d7e3c54f169c9899fe1f83232bfb3a6342561e234
MD5 3f1b771f2e816640e7d3788f651b88b3
BLAKE2b-256 3ec7cb62301b01dbccd66b256cab0c98fc29e7533dd76aa599fe44c1bb1f4168

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.32.0-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.32.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mlx-0.32.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 558.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlx-0.32.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fea003b4e471976f55b40b7bb7943c7b054e1edb011d5b15b1b964905ab7785a
MD5 67c7dcfbf6bb1e54da4744782499f3e2
BLAKE2b-256 944120a424c74915dd8a6d46d41be7b56ae5bdb0bd56da47aa1f669cffc3ec21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 316106a764da928f057b40838315a64713040600a4596a806a9cbb5f5a1b8e26
MD5 a516f0edfc315a8c06ca6dfed19ba70c
BLAKE2b-256 42d4e23cb8f22ecc03b66f1cad6096ae16f0eb3de1f42a456567925b4c60463f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp310-cp310-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 e51e0a000e35998e2a1ea69b3ff5f68cd9a2ff9f58d60bef73bc29b5e3af4a55
MD5 1fe72727fbef7655ddd88aab480e0968
BLAKE2b-256 17d6f3bca845e3c71d665899e33fb7731e627f009d78cfb21973c5ec05c68918

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 8637003c6eb089443d149fdb483f5d7a7846d6cc43d112148d7aa07cf1356c04
MD5 180225b8c1e21a164a55f7b63c6f5b3f
BLAKE2b-256 16069f74a23e8d3931a87e0fa24044fe178656d69852ca20493b50e7da2326c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 73303259f2bda7fb4a0c782a7299e0e28a2890b9b6fbfc4b635fb8032208ec7e
MD5 6df625bcf0b62311148a70df6c93939c
BLAKE2b-256 b78c054d26695279155b590a95330440b592bd9c2dfe9cf450812b18ac598962

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c6feb17e32160b70c7634aab925cf3f8c5c7bebbf99f227c48450478e1008af2
MD5 2b195a8c9a7dc8301503dc680d6f9aae
BLAKE2b-256 df38a034159df4d21ef7b5721225a2c46092e20a2c627724f57be3e89fa7dbce

See more details on using hashes here.

Provenance

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