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

Uploaded CPython 3.14tWindows ARM64

mlx-0.32.2-cp314-cp314t-win_amd64.whl (672.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

mlx-0.32.2-cp314-cp314t-manylinux_2_35_x86_64.whl (751.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.35+ x86-64

mlx-0.32.2-cp314-cp314t-manylinux_2_35_aarch64.whl (695.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.35+ ARM64

mlx-0.32.2-cp314-cp314t-macosx_26_0_arm64.whl (645.1 kB view details)

Uploaded CPython 3.14tmacOS 26.0+ ARM64

mlx-0.32.2-cp314-cp314t-macosx_15_0_arm64.whl (645.2 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

mlx-0.32.2-cp314-cp314t-macosx_14_0_arm64.whl (645.2 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

mlx-0.32.2-cp314-cp314-win_arm64.whl (621.4 kB view details)

Uploaded CPython 3.14Windows ARM64

mlx-0.32.2-cp314-cp314-win_amd64.whl (636.0 kB view details)

Uploaded CPython 3.14Windows x86-64

mlx-0.32.2-cp314-cp314-manylinux_2_35_x86_64.whl (743.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ x86-64

mlx-0.32.2-cp314-cp314-manylinux_2_35_aarch64.whl (681.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ ARM64

mlx-0.32.2-cp314-cp314-macosx_26_0_arm64.whl (622.0 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

mlx-0.32.2-cp314-cp314-macosx_15_0_arm64.whl (622.1 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

mlx-0.32.2-cp314-cp314-macosx_14_0_arm64.whl (622.1 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mlx-0.32.2-cp313-cp313t-win_arm64.whl (625.7 kB view details)

Uploaded CPython 3.13tWindows ARM64

mlx-0.32.2-cp313-cp313t-win_amd64.whl (652.1 kB view details)

Uploaded CPython 3.13tWindows x86-64

mlx-0.32.2-cp313-cp313t-manylinux_2_35_x86_64.whl (751.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.35+ x86-64

mlx-0.32.2-cp313-cp313t-manylinux_2_35_aarch64.whl (695.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.35+ ARM64

mlx-0.32.2-cp313-cp313t-macosx_26_0_arm64.whl (644.9 kB view details)

Uploaded CPython 3.13tmacOS 26.0+ ARM64

mlx-0.32.2-cp313-cp313t-macosx_15_0_arm64.whl (645.0 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

mlx-0.32.2-cp313-cp313t-macosx_14_0_arm64.whl (645.0 kB view details)

Uploaded CPython 3.13tmacOS 14.0+ ARM64

mlx-0.32.2-cp313-cp313-win_arm64.whl (607.9 kB view details)

Uploaded CPython 3.13Windows ARM64

mlx-0.32.2-cp313-cp313-win_amd64.whl (621.1 kB view details)

Uploaded CPython 3.13Windows x86-64

mlx-0.32.2-cp313-cp313-manylinux_2_35_x86_64.whl (743.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ x86-64

mlx-0.32.2-cp313-cp313-manylinux_2_35_aarch64.whl (680.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ ARM64

mlx-0.32.2-cp313-cp313-macosx_26_0_arm64.whl (619.4 kB view details)

Uploaded CPython 3.13macOS 26.0+ ARM64

mlx-0.32.2-cp313-cp313-macosx_15_0_arm64.whl (619.4 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

mlx-0.32.2-cp313-cp313-macosx_14_0_arm64.whl (619.4 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mlx-0.32.2-cp312-cp312-win_arm64.whl (607.9 kB view details)

Uploaded CPython 3.12Windows ARM64

mlx-0.32.2-cp312-cp312-win_amd64.whl (621.0 kB view details)

Uploaded CPython 3.12Windows x86-64

mlx-0.32.2-cp312-cp312-manylinux_2_35_x86_64.whl (743.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ x86-64

mlx-0.32.2-cp312-cp312-manylinux_2_35_aarch64.whl (680.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ ARM64

mlx-0.32.2-cp312-cp312-macosx_26_0_arm64.whl (619.5 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

mlx-0.32.2-cp312-cp312-macosx_15_0_arm64.whl (619.4 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

mlx-0.32.2-cp312-cp312-macosx_14_0_arm64.whl (619.4 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mlx-0.32.2-cp311-cp311-win_arm64.whl (606.0 kB view details)

Uploaded CPython 3.11Windows ARM64

mlx-0.32.2-cp311-cp311-win_amd64.whl (620.6 kB view details)

Uploaded CPython 3.11Windows x86-64

mlx-0.32.2-cp311-cp311-manylinux_2_35_x86_64.whl (749.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ x86-64

mlx-0.32.2-cp311-cp311-manylinux_2_35_aarch64.whl (710.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ ARM64

mlx-0.32.2-cp311-cp311-macosx_26_0_arm64.whl (626.0 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

mlx-0.32.2-cp311-cp311-macosx_15_0_arm64.whl (625.9 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

mlx-0.32.2-cp311-cp311-macosx_14_0_arm64.whl (625.9 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mlx-0.32.2-cp310-cp310-win_amd64.whl (620.9 kB view details)

Uploaded CPython 3.10Windows x86-64

mlx-0.32.2-cp310-cp310-manylinux_2_35_x86_64.whl (749.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ x86-64

mlx-0.32.2-cp310-cp310-manylinux_2_35_aarch64.whl (710.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ ARM64

mlx-0.32.2-cp310-cp310-macosx_26_0_arm64.whl (626.3 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

mlx-0.32.2-cp310-cp310-macosx_15_0_arm64.whl (626.3 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

mlx-0.32.2-cp310-cp310-macosx_14_0_arm64.whl (626.3 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: mlx-0.32.2-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 638.7 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.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 b4e34c337403e788900dea304453b52760134716ce7ef9fef4553ffe6c6c456b
MD5 25b662f8f6c070d16c53de26f33d9e72
BLAKE2b-256 f2efea528d5f51c7cf072f3bdda60d654d94364bb405bd31e566687bebd7b899

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 672.3 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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 52e2912df37d5712947fafa1c9949da6a15c8cd5fa6eeb837aa42900a3619489
MD5 440946f8ed8c1ffac840bfd946096c56
BLAKE2b-256 cf477dd7a3fd333859601e191f1d75afefa64115c1ec4b6862d03ada300a8aa6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp314-cp314t-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 4a1738951f6209c7c6a7d45a1c0192217ddd76cf7285433e22677b7a98fc3f62
MD5 b3d2d4da2ed4f292bd630c1c91ee527f
BLAKE2b-256 6e1d651010dcf9159a5ad79e60a91e5c9f497ca81f243cc7b017bcdc44c8875e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp314-cp314t-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 41f436cd8dd2e052ed0eba0cbc3b7aa65069aed294c74c636a00d14e85352fca
MD5 ce1b0f5f6477991414e953be87282775
BLAKE2b-256 07a475e347cb300db2dd697003425972b2edf253fd057662a34752920cc25ede

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp314-cp314t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 94f4bba2183f6875f5f6de3e78939da1471626f2458c16a7ae6b494df8899d8e
MD5 c7ef53d9b60e1ccc4f1faf758c75b3de
BLAKE2b-256 9c8e45e8796e4be713a0126cdbe9a57cd2a89e6e91b034f89e4f6c42bd3f15df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0007e4a071756c07c79f4762aa6ccc1d646da2621f5221f4467ee9419733e0e4
MD5 b991aa294361b8485ffd6d2f5d528eae
BLAKE2b-256 8716ab4dad1e575c7b44283754bb70f6a24b14f4cba646dc4c605b6c49a8a376

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1a76fa10040ceb6b119f015e5edce7678387f2c73ec51818cfc1a22441910795
MD5 1d680ab07074c93160389e4bbb0b99d9
BLAKE2b-256 135d2eb0b70061ba2f82c5c0f9cff4d60f502c014b5e15c8ede9e47ecff7eda4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 621.4 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.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8668d79d528753ebcb05c3cb8c4fb7a34800bee3f67f216202402f1301f71866
MD5 8ae0004badbed7dad45aea8257970bb3
BLAKE2b-256 00ab384bffa6cd275381e1e2b682a7c81e1dbc3fa03a64d0a0e28bddabfb2d4c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 636.0 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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2382f3be0f254eb44f7e8571e9e7ff60f88d55ac2f95d0a141d8f997e4f487f0
MD5 b631763b0fbe1bc35f27c778eb856bc4
BLAKE2b-256 7b2ea6bb6b24d9e124c922fdfab4850e9c89494982f5ff88ef0e3a14f007ae97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp314-cp314-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 c0abc76090607b3522faad3e73580c5c5aff12158074297647508d8ab2ec035d
MD5 f9888837bbe5c6165ef56bffa7156c7c
BLAKE2b-256 0c9284c6d75147224d53210b0195cfaa7b92101c2b911a3b9dbee69df0f4b2c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp314-cp314-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 5304e5db83d982d88cac54449b34daf4e928646c6ded8799a171f6966cb253a6
MD5 c94c341d533f76e79dc79b25c2037f8b
BLAKE2b-256 55f436f3d90117dfbc5d8d537165cfd134243965c4d3907eb176e8048b1f5217

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp314-cp314-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 622.0 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.2-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 3503617e3aa6a8e411df53236d5bca039fcca97556f1ade1c4e5cc8a64de52d2
MD5 362e236ca82e82c85d8ca1942d49fc80
BLAKE2b-256 cef04cb126cdfffb6d976fedba1dc276cb714e1a37d6f47527dc5deeaa8a8668

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp314-cp314-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 622.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.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8fc433e35a7058e30f7a225c39fce06ba41394fe8e9fd67383b70f0b06de398c
MD5 daa0e0771d78035e596410c257124589
BLAKE2b-256 f8c86928f4b9ca8f190c7c7a19c0a67920aa1742c62c6e66b05f7a1e21da728c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp314-cp314-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 622.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.2-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c99e3b6451bb4a55071cf19594f564435bd88de77008f377e611a40a8bbfb328
MD5 51bd6129c4464edfd223c9c04ac91636
BLAKE2b-256 35c8d4f7c648d6ea7baee986047ca30647a5733df5b9c77bb0a262dc5aca0843

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 625.7 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.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 c7670ffb854c11e6776349a3797fa076d1a2a00290ebe2e9cfed8b60ca4a5db0
MD5 eddb8aca46512cddadcf145b15f82b5e
BLAKE2b-256 9af8291c026e2eea82cdcfc86ed71da6757ab82e419b3aa30603da4bd2be93b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 652.1 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.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 f77e47e6c1e176a61ec1bb1f9e74d874482eea6eb86ffb162a1f3e789c806453
MD5 db92300b89bc6a500d221340ec102687
BLAKE2b-256 408ac480999b9efaba3adaafa43abfebec40d3a1c9aa808091d3fe0700935c4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp313-cp313t-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 f6071e4973927966c12b3894deb75f4fcfc33300e0705312a80fdbbaa92a9c4f
MD5 4e3716b1026666d9014b3637e7858722
BLAKE2b-256 09b3a32e9312380efa2a0821e6abcf905b603942146cf4fb2e883dc130acbe42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp313-cp313t-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 9d21abe340403b6bf445e8494590a7341b655739088c92f178d7bd4241ba0110
MD5 e319679ee01e430bad04bd2fa7316dcf
BLAKE2b-256 7dbbb351f3b2bad9c8e67a612f9bba4e9fadb0f85db3cfa7bff45d05edc0cf9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp313-cp313t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 bc69bd1062b97028ae6b79522ed0bd635a2b133fe3c398c03b66b060c20d9240
MD5 a59391920ff748c91f12ece03db6abf7
BLAKE2b-256 0fa39feb2ed4bb045cb077beed6fec309154e3a4ec71ce6a714e8487d133e355

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c95a384de1a0c0ba18425344cad8ac87180e3c5c1921a42e2621475be5966bcf
MD5 fbc7619bb38de15b6c2df19128a841e3
BLAKE2b-256 1044d50dd35a356323105f2d25aa5b463869e6dfe6e75cb2422e738472b6127a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp313-cp313t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 dc5eb3cc30d4285f2734c368442f717599e97294663441cb42959e3b856d6898
MD5 817fe676b94935b8e1564faabe3c116a
BLAKE2b-256 bf86c574112fc8193c6e032c4be3a394361dfa283a57e276a76538fa8da341df

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 607.9 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.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fe813a4dee2daa6d5ac496ef25117034728c77fe26f713983a3b406eb6f4e8f0
MD5 4cb4507a3141fbee58bbebb701d43482
BLAKE2b-256 886af2107ecd8d4322a81b49b9607a2f5005e9cbcf9f6972d74ddf61c3c61cca

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 621.1 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 50ced716f4ab860cbda9d65adf74877923fe26036c4e28d8f572ecec57621cfc
MD5 71cd6fda77532c85ff36d25baa10a9f2
BLAKE2b-256 4962cb8e0bb55a318e0745a2534f478d313b84cd8efc305c5f9e1aec633458f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp313-cp313-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 583111ec13fedf63ddbfefda77dabd57168978f06474f5e5d2637180d154fcc4
MD5 0e58725d7be6a0bfef1f7a02228dc9b1
BLAKE2b-256 5ddb3c6c37077949963e67594b05fc817c1a40d7b6b236cb9e90b6811963859c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp313-cp313-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 45857fadb381fea3db57d9681b04c987813fa883f3182ec9fb05bc56f468978a
MD5 10494211528ba65c390c6bedaa521c1c
BLAKE2b-256 f7240af50b41582fc138024d77a7b94bf8b4950fc2cad034dc55e3ce2d9c979a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp313-cp313-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 619.4 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.2-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 df8c75e509de868fca148dfeb38d92ce956eed386569c87caeb72bd16d2d6962
MD5 88a3ff2c994033257334f7adcde71e17
BLAKE2b-256 38969db8e27f384d83d3816ec7392c7a2b375979c14509d7f345d1fa3d05cac8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp313-cp313-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 619.4 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.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 daebf84dfb857d70e87b1b98189a057e691e99a4a2b9f6f64cadebad917f8964
MD5 5b5b9ad5cbdc4ac228f45c0af73ade36
BLAKE2b-256 2d96d333b83d04c31046d49d9e1f915c9da76eb264b8e4205bd36d428d09421f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp313-cp313-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 619.4 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.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 65d3d29b66045ed8dd2d8e437c8770de325843c364f7b7c38cd8ae90a7eec854
MD5 15dddf5ec9c236791807549832cfbb0b
BLAKE2b-256 5ed70f9717acf577621ff0899f311eaa16abbfd2ee5a5c2156313f49d080cb5f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 607.9 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.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 65beb9ce75153072808ef18913ecca3d929b87be5d7c1f57d9df391c04b6f957
MD5 080612b6320aa5fdbad873d372e0d396
BLAKE2b-256 6d544b8b690a5322a92271214e49480d083f253ab48c81825ade92473828846f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 621.0 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6c615ad1c6877d7d38affe8526446955cd48d6796e871150f59145cf0d1a265d
MD5 08cbabedbab4e97de98e2c5ff28f434c
BLAKE2b-256 113bf191c8f7ed84d50370fa8e4d390ed747dddd148c03756c8b7d4f7feb9084

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp312-cp312-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 8d270ade1e48e006383a6b5f33a3a4ec5c265389299a60a60bf55165af1770d9
MD5 55f797454a78e3e007249262a52d2787
BLAKE2b-256 e23bd8cf1d13dd2d434095818cc6d28211e00b891a4a58a07b5ad5f0529a8162

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp312-cp312-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 48e8738b078eeb7bfde74931fc02d8aa9c32f05d3c0dbf97b5c3cbe0470fbddf
MD5 c4fc9d3151781f2725a1ae141f6b7fc6
BLAKE2b-256 429c1acf68f9d27d24bf1abeb0b2cff93155e93af81af2f3f08206f8a32bbf86

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp312-cp312-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 619.5 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.2-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 68560fd648c5bb900aa6f6765cd74c5a8abaf092d97d73584a57b7545966c227
MD5 c8ab08a3ad12981c1b9290b4edb453de
BLAKE2b-256 0bebaf6b1a8b45f24d22e4735c52e0696c66233bd477e1b9e9dbbef225bdf88b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp312-cp312-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 619.4 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.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cf63fd5c32258ab07523b06401c20ee2280bf56e26e991d05bf6fd8a4d42d1f6
MD5 9adb6efb4839195a7bd9d663c969b7d6
BLAKE2b-256 bcbec821eed5b7c13b42c114aec54c757545d6eeecce25d3212ea7d18dd79cfd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp312-cp312-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 619.4 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.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 77217798a2b036bae9f213b851d4cde4581893787c9964458b7d471f86036bd6
MD5 bfe1a062e19c1d609a2de39e9bc2aa3b
BLAKE2b-256 38f75664e13821491559c953494e6705c818203d6880d713a0c22e12bead9564

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 606.0 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.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 809ae9c6f944b5c60309eab5d6c042e4b69fb67bd9e87be86b8baa3f31df66e0
MD5 646b2c955d1d1269ed2fe62c2272d43c
BLAKE2b-256 9914392db43b1cfef7d41705b1ebcbc393a818704b5d328f2050c16ed71d021a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 620.6 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cab5889fac45696cf2feb0e6157404cf814c0a54f1d44f1f6879d94b4d712b81
MD5 5000200a0a5322aacee6d537e552a6f7
BLAKE2b-256 3c7626e668e91898031641118c5cb8f8d9c0d39e17ba1116d3ae8c1abd13260a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp311-cp311-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 4bc6709cd92a46de44caade61ec7831647005e66113243f681168f67001155d9
MD5 fc936977510878414e14f50dca175f4c
BLAKE2b-256 5e272aba257085d29e9b50467b3640dc5303a55e689e117e44c6f35f44e94942

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp311-cp311-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 765af966cb92abceb9d50b382908bea606d0796c04a9b4957f98ab630d030c36
MD5 b1586562d8ced2fa2213dd67c1e85553
BLAKE2b-256 296e3ba0307df625f17848bc3b5f1afeeb3313393d14dab9d5854a40999c4406

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp311-cp311-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 626.0 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.2-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 e0828c96a6b988afbe6f07cc39adc0470eba9121f7e356623a8fb9d9a6397533
MD5 91cbd6e0da501468de13996e22e86180
BLAKE2b-256 16f915c5b7313a73c33014e8082992a868b95b742c1966a57b684b7a3cffe597

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp311-cp311-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 625.9 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.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e507dc67d268cf78254e17756f25057198fe74791508fcbd1e6d967673a8d374
MD5 056f60630020407403305fddda233d54
BLAKE2b-256 c477a1f7b2ca95b5c5106eb00268a950e351deb3348cd5b5433861619d3b0de0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp311-cp311-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 625.9 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.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 238b50d2ee3917c836e73f9446011518b79ff094940eb0107fa6cd17d02a2eca
MD5 85c2027606657f918d1af12475061e48
BLAKE2b-256 4e3cf56f5de7188b0b5855046244b1ebb6f2055cc298c9f7336b69cc2013ad23

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 620.9 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b868f8e9c4f6d143c4977ae889960e7e5a5b07103ed50bcf00889be95a130335
MD5 088287173d78d3881c54a02685f0eb9c
BLAKE2b-256 f66ead7f618711434b9206800fff481f9405fe6b9bd7db161f5afe4e576aec30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 71865f82b36768f9d6f7d94a1e19a5609e85abe8e90577ab027e1b13da03c777
MD5 df480d28f1236f628578f437e75b71b5
BLAKE2b-256 75fd5b722a98e4784c6741af8e68e637f2393c28ec675028ddfe4c134635bd62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlx-0.32.2-cp310-cp310-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 b50c3d6724ad36a7ed173043a78d2c2ec5fc1b83df8ccac562ccb049d80d8601
MD5 82be1e15112e268903df06be0ca45c62
BLAKE2b-256 d457f45c890be85e94edc11473abd908d666542010b71cda77859c525d54264d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp310-cp310-macosx_26_0_arm64.whl
  • Upload date:
  • Size: 626.3 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.2-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 a1d43722f22d95435ce344bacbaed09128b5b982b12a1b7d5f0b695696e7a84f
MD5 2d23cc055c62bbdc4f61390ccaadbaeb
BLAKE2b-256 ca9c04de2461873c311dca13ae427108ce783696e17834b0691961be1b7763bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp310-cp310-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 626.3 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.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c8b6ac97e9b0f0c3df50563af6a6e9aab72e9bc2872c8962fcfa84792013a1fe
MD5 547f8b478a52dcb6af4760db2d68d9f8
BLAKE2b-256 6c224d8c37531625fc452e8a0bb00df31fbdc7381578d208ca3f4cb8069f6214

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlx-0.32.2-cp310-cp310-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 626.3 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.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fe8c1ecdad687259944b76d67621b00536b00194557588a4604a45efcd238d8e
MD5 eabb0c35c4cf8486d1c9fa2f06aa4c26
BLAKE2b-256 1896315e758cb589406ca13e7ae951efa51f13b612af88244a72a6148a3cbc8e

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

0.32.2 This release

48 files

0.32.1

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