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-0.32.1-cp314-cp314t-win_arm64.whl (635.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

mlx-0.32.1-cp314-cp314t-win_amd64.whl (668.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

mlx-0.32.1-cp314-cp314t-manylinux_2_35_x86_64.whl (747.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.35+ x86-64

mlx-0.32.1-cp314-cp314t-manylinux_2_35_aarch64.whl (690.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.35+ ARM64

mlx-0.32.1-cp314-cp314t-macosx_26_0_arm64.whl (640.9 kB view details)

Uploaded CPython 3.14tmacOS 26.0+ ARM64

mlx-0.32.1-cp314-cp314t-macosx_15_0_arm64.whl (641.1 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

mlx-0.32.1-cp314-cp314t-macosx_14_0_arm64.whl (641.1 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

mlx-0.32.1-cp314-cp314-win_arm64.whl (617.8 kB view details)

Uploaded CPython 3.14Windows ARM64

mlx-0.32.1-cp314-cp314-win_amd64.whl (631.7 kB view details)

Uploaded CPython 3.14Windows x86-64

mlx-0.32.1-cp314-cp314-manylinux_2_35_x86_64.whl (739.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ x86-64

mlx-0.32.1-cp314-cp314-manylinux_2_35_aarch64.whl (677.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ ARM64

mlx-0.32.1-cp314-cp314-macosx_26_0_arm64.whl (618.1 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

mlx-0.32.1-cp314-cp314-macosx_15_0_arm64.whl (618.1 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

mlx-0.32.1-cp314-cp314-macosx_14_0_arm64.whl (618.1 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mlx-0.32.1-cp313-cp313t-win_arm64.whl (622.1 kB view details)

Uploaded CPython 3.13tWindows ARM64

mlx-0.32.1-cp313-cp313t-win_amd64.whl (648.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

mlx-0.32.1-cp313-cp313t-manylinux_2_35_x86_64.whl (747.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.35+ x86-64

mlx-0.32.1-cp313-cp313t-manylinux_2_35_aarch64.whl (690.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.35+ ARM64

mlx-0.32.1-cp313-cp313t-macosx_26_0_arm64.whl (641.0 kB view details)

Uploaded CPython 3.13tmacOS 26.0+ ARM64

mlx-0.32.1-cp313-cp313t-macosx_15_0_arm64.whl (641.0 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

mlx-0.32.1-cp313-cp313t-macosx_14_0_arm64.whl (641.0 kB view details)

Uploaded CPython 3.13tmacOS 14.0+ ARM64

mlx-0.32.1-cp313-cp313-win_arm64.whl (604.1 kB view details)

Uploaded CPython 3.13Windows ARM64

mlx-0.32.1-cp313-cp313-win_amd64.whl (617.2 kB view details)

Uploaded CPython 3.13Windows x86-64

mlx-0.32.1-cp313-cp313-manylinux_2_35_x86_64.whl (739.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ x86-64

mlx-0.32.1-cp313-cp313-manylinux_2_35_aarch64.whl (676.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ ARM64

mlx-0.32.1-cp313-cp313-macosx_26_0_arm64.whl (615.8 kB view details)

Uploaded CPython 3.13macOS 26.0+ ARM64

mlx-0.32.1-cp313-cp313-macosx_15_0_arm64.whl (615.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

mlx-0.32.1-cp313-cp313-macosx_14_0_arm64.whl (615.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mlx-0.32.1-cp312-cp312-win_arm64.whl (604.1 kB view details)

Uploaded CPython 3.12Windows ARM64

mlx-0.32.1-cp312-cp312-win_amd64.whl (617.2 kB view details)

Uploaded CPython 3.12Windows x86-64

mlx-0.32.1-cp312-cp312-manylinux_2_35_x86_64.whl (739.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ x86-64

mlx-0.32.1-cp312-cp312-manylinux_2_35_aarch64.whl (676.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ ARM64

mlx-0.32.1-cp312-cp312-macosx_26_0_arm64.whl (615.8 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

mlx-0.32.1-cp312-cp312-macosx_15_0_arm64.whl (615.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

mlx-0.32.1-cp312-cp312-macosx_14_0_arm64.whl (615.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mlx-0.32.1-cp311-cp311-win_arm64.whl (602.7 kB view details)

Uploaded CPython 3.11Windows ARM64

mlx-0.32.1-cp311-cp311-win_amd64.whl (617.2 kB view details)

Uploaded CPython 3.11Windows x86-64

mlx-0.32.1-cp311-cp311-manylinux_2_35_x86_64.whl (745.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ x86-64

mlx-0.32.1-cp311-cp311-manylinux_2_35_aarch64.whl (705.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ ARM64

mlx-0.32.1-cp311-cp311-macosx_26_0_arm64.whl (622.7 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

mlx-0.32.1-cp311-cp311-macosx_15_0_arm64.whl (622.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

mlx-0.32.1-cp311-cp311-macosx_14_0_arm64.whl (622.7 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mlx-0.32.1-cp310-cp310-win_amd64.whl (617.6 kB view details)

Uploaded CPython 3.10Windows x86-64

mlx-0.32.1-cp310-cp310-manylinux_2_35_x86_64.whl (745.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ x86-64

mlx-0.32.1-cp310-cp310-manylinux_2_35_aarch64.whl (706.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ ARM64

mlx-0.32.1-cp310-cp310-macosx_26_0_arm64.whl (623.0 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

mlx-0.32.1-cp310-cp310-macosx_15_0_arm64.whl (623.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

mlx-0.32.1-cp310-cp310-macosx_14_0_arm64.whl (623.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file mlx-0.32.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mlx-0.32.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 635.0 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 6df099c6d37df71795af10786e7b720ea3c6d6d2b65c2ec70318277f864aefac
MD5 40666bc241adbb745a6c4fd32042dc07
BLAKE2b-256 6c33b96a2227060d86b34ba45784eaaa9cfed20e4c4d109aaf102f6fa013323b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 668.4 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 259051cea94b03cb88567650f9542d11f444f4722e4ca4f2c946ac294f155b73
MD5 51578bfdd99c84575886b770e5a16754
BLAKE2b-256 cf4804feda291e4eb2e1ec7f0bdb2ed28eb89302668c6e4b6ef4dda0eab88131

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp314-cp314t-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 9688158ebcf4b5eb616401b697afe522e3c1bb1fa448d8bd4d692fb38fd4edd1
MD5 b8868e4288dd0c28dd154f2cc7c74f72
BLAKE2b-256 d9663a70b7e361d03ec407abf172baa916b88a4cb883a4fbd2e69b0312c88089

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp314-cp314t-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 9779a9e1340deb560d0e7090c9d785a6d5d9c79bfda1d496d17045dc32337ca9
MD5 899045f69a8848bb4e34f399c9ca36d8
BLAKE2b-256 fcd35f7a76c8f0d806cee5e0dba75c9b53341b0a782016ec90e781e6081e0f42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp314-cp314t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 858aa7bdfdab7f980840c1c0dcdda5b66ac1f8d99556f9cc146347e13e4f9f5b
MD5 0826d18b62bce0ad168e44f98cd4b249
BLAKE2b-256 f69eb1013162d4e29561ea90375fa83a472aa168549c2343a4620f9cebd9a2d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 79f102476b1adafdd02f8d035836caa95211d36367a30e1a8845fd282bd12b2d
MD5 1967d3e0bba2e57aec4ab04d49cb1d2b
BLAKE2b-256 0f324c88f7ad2215904432a547f1a9c06b560ffb59b3da762990389c54eeb716

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a59952e1aa7a0f84afa6449f6e2685429421d0c8a42c44d4f87db323cb06beba
MD5 c5ace203d2cd3e62b3fd1ee1f64e65f0
BLAKE2b-256 23e2fa91fd8acd828b7188fa820ca0e7c5039e71a253f1574162cdf0cbc49ecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.32.1-cp314-cp314t-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.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: mlx-0.32.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 617.8 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4a4fe4c78d488e261d43640df4f51822d334e098a8c544bf66368f4f67c8fc33
MD5 24ab022fd676432036bb504f43dfbaf1
BLAKE2b-256 3bd49f8c2e2cefa9b8e82454e3eebb4f258b51a2d0e942ec8ba667727c727502

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 631.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bf72b647637681abcb49840331d936a636220211160a83a1e5eafbb19942167b
MD5 57ea639998b2df5433b2e48351d334a4
BLAKE2b-256 1a394427ba0df1b84959f1777de3c01ae881b492fbc0498c545967b0a7884c99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp314-cp314-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 e4e015b3b004136f3827f7dbbe4c1ace639c9621761ad05bb2fba264d6279bef
MD5 c6f412164efff813b032ba46c7091a78
BLAKE2b-256 27ad8d3645474c9ff90e7473a9f40f0d76af963220fd98c7bd111b38b25ca573

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp314-cp314-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 e77a1fbbd797cde98966a0a6297367395c9d3facfc5de15a79a03bb70809e12e
MD5 587432df6c6e3eb93e96deafb429b830
BLAKE2b-256 69fe2fee06168e62c96a4089c4fbb34bf7d65f543a7be010c0a1330cb71619f7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp314-cp314-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 618.1 kB
  • Tags: CPython 3.14, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 2499d5f7ec0d7ca4b6bc288dd802db359d65a661a6fc5d08ca193c403d9a2ae4
MD5 67f52a4a63d55622c2aa483e2aff826d
BLAKE2b-256 f9337a00bebd0ceee0273e206148ac0b256d057ad117e242c79151acc6b95cd9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp314-cp314-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 618.1 kB
  • Tags: CPython 3.14, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 86bb8cbd5e7f51404c1208bd07e3deb93ef45e14ee89000ed6c9abec1f46cd87
MD5 b5e1b5af561786dc5059ea060e0e1a66
BLAKE2b-256 16db75d6e14a86e6ea439180688bfded807e0ecd68cb2e5cf2447e512f8d52a6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp314-cp314-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 618.1 kB
  • Tags: CPython 3.14, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 eb3b0d11d20054818f325e5981117004e829586b34acb590bad8da4ac0cc09c8
MD5 3c26ecf677dc228810245ad251ee0da1
BLAKE2b-256 9d0d6905eacf8f07352d45d9cb848f593f169555e2e4d1cefa478f6971255f7c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 622.1 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 aaa10378845eca61e5a87e4975b222d87b58f84f9b1a5585246b3eb01305dbce
MD5 58376ffeff6766c50df8ee8f1038b2cc
BLAKE2b-256 3a7dad5b69e1964bd2ec71ef552b793b68ee8f0f3baa293a49a17e0576a87929

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 648.0 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 f2136e2f0c4c4f3da5488fd3044dfe3f07d9092c3e431327b75dfa3f2d1c406b
MD5 5f07c761801d4ca9a1fcdcb386be3b60
BLAKE2b-256 997b893723509362795a98a064a234dea523b2fb956b8982dad5faba7da4d18c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp313-cp313t-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 ab828d34c66daa2db3eca4acf9e86f7892e9c0171912a24e9ea0b7ca2c025b7d
MD5 38f3bd7f7a713576aad08243677b5784
BLAKE2b-256 01e0adcb2d14f850eff9c8766a88ed98d806dd94ed691035c642c7e52f96cecd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp313-cp313t-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 0bf452ce532f82e4a87de87ce41d1395653617b171297c3a0cd8aebe734fa2b1
MD5 663026665794a0f5b5eb177d2452957e
BLAKE2b-256 17868fb35de9285bfe037039a8f3cb2759c6d0be6d470413c971fc74c78b092f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp313-cp313t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 fb24e9727424ffcf2b4f5492be34d0d3b2703ec7f4cc8619751a5f57fa474089
MD5 3cc41c2a76bc4087a8953c58a83aa8f7
BLAKE2b-256 b12b53b68124d13b2e73265965fe960702adea40b0ddc9b697ebb6d708a8cd83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5b303eede2b1c38f2ec37d6a39ab0527992052fb7d28f366341bdf8deb8f0f24
MD5 22cc92bd961d174654f8616a4823fdfe
BLAKE2b-256 23bd3e8e8a41d72280fb3b261291f7fa03f0b0b38efb1990557a1a844f73433a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp313-cp313t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fbf8450f3ca4c691ffafce0c0b4efc8d244db31de0ea96edb2bbad67aa312998
MD5 1aea4cc5fd889e23600bba3cbd8fc762
BLAKE2b-256 90c08f519a46be68a7e70c6c78c55a9c66a69eaffe80936c22df607d1c4e9a91

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 604.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c4c6e307f9cbda267afb6b0f64b344148202556ca25dfe833eb1323f99ff169e
MD5 6a861ebe5df4ced8370f8b06b7591e41
BLAKE2b-256 99a635ff23a1fe32cf175638049a27a3d4455d8add18fa2a725d60d64a7f67e0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 617.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2daddbce8808aa9c4000fb31e1ae3c8fb7b16ec109791dc690457d08e43a831
MD5 4e459f4c590700385ecfdd1ce70adf2a
BLAKE2b-256 b1cdbc3e53fda2a66b4e949a26d6855c7eeaefc230bf74a1037cc211604e85da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp313-cp313-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 cb5cd23f2cea238748a2a77fc3e4d94bdbcb960b3f431eacdfe91a7a12e9a019
MD5 c76cd492809c2be2728729b4cf0ec053
BLAKE2b-256 89a850a9ae6a65bdefa4c3456b189e23871716457c4284e1c0e1c87782e6459e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp313-cp313-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 72bc5a86fe255962280b09d2957a9f849a380b981eac2fddb04b5f761f8ea9ff
MD5 a47ec0508fdc34e6c8181a33cc4d9a1e
BLAKE2b-256 af1f49e44d1cbeb2866344e5d3a146f218890b2e9f1c944890e06520d6236fdc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp313-cp313-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 615.8 kB
  • Tags: CPython 3.13, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 792fb47c5205c9a2761b9f0341bf7c4b5486ded93f4c14f55d99d0e950b1cb7a
MD5 6b964fa6139a67623b73c45b17704eb9
BLAKE2b-256 8fbaecbbafebc6019946cce4bc61ec9c259e66d80aedd435d9072d84912e8521

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp313-cp313-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 615.8 kB
  • Tags: CPython 3.13, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7edebedebe3f06ce471af5cb6468a743eebdf2f83a43f8651e2de20e5a6d6e62
MD5 20e832016485904bed7f9419716a1175
BLAKE2b-256 6dbfef07c9f96373ae8ace6f9eac5042bf76350e92529f58f70c0f5cea0bf5b8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp313-cp313-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 615.8 kB
  • Tags: CPython 3.13, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3e9aae27df16319a8157b85e514d66e32223f204240d85376dfb2d04ac55fc4c
MD5 4d702dc719c60f5972ae90a8b9b7454e
BLAKE2b-256 fc86a9e569b9decb6e6ce62aac789719a08cea3d27ae5500a9bafe04d89a3b8d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 604.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 29ac7ae127cf04e3927e2a1a816b696845b4cac835c839fedb14afd7656bd880
MD5 e4c2244f83d62c69b6e1bda32907f731
BLAKE2b-256 647628128690916697177f42666409c9422996cd0d1af90a32457ddc5ee29119

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 617.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 859f50c9fc9cb815918b5c23a03bf38d826ef0b135da92bf4b1805bd2348204d
MD5 e68fb5f046da49ed81792a438c00ae5c
BLAKE2b-256 c939ee633b9d113a36afc415603e119172fc425a839f5ac3d3173e3487121d68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp312-cp312-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 ac46f847b30e20db8b333d1f1884c745c09d370b7263f9ba89d08d30e2073f1b
MD5 5605cf1a80bbada0303406f726224658
BLAKE2b-256 f019f97d0db08a6762871273ffbeec9ef0b999550582de2d1689aa657f9cbfaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp312-cp312-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 9ef33036db869ff2c02c4bb7d54473dc27263ab1abb4be251b5edb23bdea7044
MD5 7a10112c37379c670080175d89425fab
BLAKE2b-256 62164e5e07f229528618f51df2c52b9acc1ffb884515ba95d4189400dc18a8f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp312-cp312-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 615.8 kB
  • Tags: CPython 3.12, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 bae191f55ee85ce6cd593dccdf3ea7a40c9b4ab47adb3c568b2aeac3bb828ee0
MD5 c9d1a86b581d6414c5daf6c62395c740
BLAKE2b-256 aabb17b94e7c9d1539aeeccdfa06cfe0eed53afe2a73f8ab3d0b37eb07e4b044

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp312-cp312-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 615.8 kB
  • Tags: CPython 3.12, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 57ff5360a4bd1f78aa59a39723fdc7391772849c8b148fa34d936f9bdaa9ba05
MD5 031662ed6c6686d72c1c49b84893aa61
BLAKE2b-256 91f0b432e0c82abe8e996bda33569f9d788c752e747f240f09dd40c9662289ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp312-cp312-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 615.8 kB
  • Tags: CPython 3.12, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f0b6a28089caeacdc27b89e18ff786ee956b8253cf8819778575fd90d2af8caa
MD5 aeb4313b8837aa975c64bc8bfe031e31
BLAKE2b-256 f2b6023b69395b8b58b196184c282b15fc462dcb34bf42b76ef3d367088f86d0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 602.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b95b221b3ccd793d643dec4ab3a8fe260e0fffec8567971b351491422525d8ba
MD5 ed13e428fde7e3b51e89748f46fd7c10
BLAKE2b-256 be970efc2ea293e2ac35c2daaf8b36aa31aeee8387dffea28eb42eac303c8eb4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 617.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2405060d25c7ed8f2e6d40a08e32294c27b212e305c70ac06c4532efe68ed19c
MD5 3a21092b514dcaa149710d45d318c7aa
BLAKE2b-256 0082042828cbbc63dc8a1c8003758f0b9a2bc1803abcb2109dacee059cb17990

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp311-cp311-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 0d135e97ac80f26078a800aca6e53833b9a725b098cf4e2e8b9944f0e9e65eaf
MD5 83d2c1b77b6398a561ac0043239b685d
BLAKE2b-256 28cca541b3e9d00c0cf58e17f9de17573f3e2e9c24a96e39caa067c64054821f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp311-cp311-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 05c62e4f1119f09343e9b4e6ea0796de75d5aee42409ce4a5d0e7b069d30b0d2
MD5 27d6dc1dd4ba5b8a887bbeb7f77e9ee4
BLAKE2b-256 274584f6620bc8194759addf4e86bb6fd3ac0d73bd0a3551cffbbc7bf0945b80

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp311-cp311-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 622.7 kB
  • Tags: CPython 3.11, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 91522d69434298640fc5e0dd56873fb7d8b0f6839b73ca8e4ea5e7b7496379c8
MD5 a82eb50466f7c1edfb6441a1f5035924
BLAKE2b-256 dcf10dab7b6b3ecffbf94d38abfd04b31d9ff0d9396e682c071a754bf3c40a15

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp311-cp311-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 622.7 kB
  • Tags: CPython 3.11, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 618b77fb28e94bfc5dfd6b21642f09911102baf7636dbf0f03a8dff811390b99
MD5 87dd2c15f31c64d46e418b0bf3309ed0
BLAKE2b-256 bea5da02db9703a4030c22a7864ea4350321fdf3b6636395d41cc89700eee57b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp311-cp311-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 622.7 kB
  • Tags: CPython 3.11, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 508051f43a08ca8930357e21e264a7ebb626d38b086ceefe3d212da3985c9e1b
MD5 dbd15465944c15260ceeef3546aa3a00
BLAKE2b-256 68321db2eb932d998ddce241e790ffaecf45d3c8c61086418c5a2e7b81ca6c5e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 617.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 339599dc78db9a6c279cac9a8548c1c2911c9ac860f5b45925b1d63c851d7619
MD5 d93f4cb56b25ac2e81c29d2c3efb1f00
BLAKE2b-256 4310ecd321a26ce384baa114def7c5ac5151b6aa3d9c8c2558e0d891e47fb2f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 fd55b9dc8273ad1ff39c157123c8b523fcd522ac1a28f0db27c5daeea66f1de7
MD5 f4cace99bd120a0046a94eeb3d01f232
BLAKE2b-256 7d3c16e8d5e97a2dad98f90aed99e06ce97a50332f5dae585d3463d5b3a76ed4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.1-cp310-cp310-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 5e07494a6818db701ec3234dc88a9726ab3fe3314888c8535607dc1a17e591b0
MD5 1f7b23e5c8f44d4f4138e2c41b9aa9df
BLAKE2b-256 99badf8c4939412846d9de3fb23e77c99ff3c7f55a0eafaf934e3f99d1af12fe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp310-cp310-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 623.0 kB
  • Tags: CPython 3.10, macOS 26.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 5b5f00a6bc0f24d2dcfa1ba1666fc9524457a69f363f6acc58746d46b91e2ca4
MD5 0a982b58a8286eae6585834ef4a81c53
BLAKE2b-256 95462a30bb6a5dcfc6b27f9382e5d29fd24d5c66a6c65018724ce4233020e205

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp310-cp310-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 623.0 kB
  • Tags: CPython 3.10, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 eeeabb02d7aa90e71e33d0795977c357c7325c736dcdc2b03052858840dbc076
MD5 e64cb65c7e0b4195806bd4469656c145
BLAKE2b-256 e56f5df427faf18ba18d27a48ae18e04efeb358693a854fa065623742cda7f9a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.1-cp310-cp310-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 623.0 kB
  • Tags: CPython 3.10, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlx-0.32.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9ffc013f58cca13b71bbc7615a88481f8f4352a5f03b083e9bb798d1f6aac374
MD5 5f305b226347389677d7445ff5bec05a
BLAKE2b-256 a5f178eb4402dc425da28c329cfd7570cd8314fe9d000010c41186c018748f07

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

0.32.2

48 files

This release

0.32.1 This release

48 files

0.32.0

34 files

0.31.2

25 files

0.31.1

25 files

0.31.0

25 files

0.30.6

25 files

0.30.5

25 files

0.30.4

25 files

0.30.3

25 files

0.30.1

25 files

0.30.0

25 files

0.29.4

14 files

0.29.3

20 files

0.29.2

20 files

0.29.1

20 files

0.29.0

20 files

0.28.0

20 files

0.27.1

20 files

0.26.5

20 files

0.26.3

20 files

0.26.2

20 files

0.26.1

20 files

0.25.2

20 files

0.24.2

15 files

0.23.2

10 files

0.22.1

10 files

0.21.1

15 files

0.20.0

10 files

0.19.3

10 files

0.18.1

10 files

0.17.3

10 files

0.16.3

10 files

0.15.2

10 files

0.14.1

10 files

0.13.1

10 files

0.13.0

10 files

0.12.2

10 files

0.11.1

10 files

0.10.0

10 files

0.9.1

10 files

0.8.1

10 files

0.7.0

10 files

0.6.0

10 files

0.5.1

10 files

0.4.0

10 files

0.3.0

10 files

0.2.0

15 files

0.1.0

10 files

0.0.11

10 files

0.0.10

10 files

0.0.9

10 files

0.0.7

10 files

0.0.6

10 files

0.0.5

10 files

0.0.4

10 files

0.0.3

8 files

0.0.2

8 files

Supported by

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