Skip to main content

A framework for machine learning on Apple silicon.

Project description

MLX

Quickstart | Installation | Documentation | Examples

CircleCI

MLX is an array framework for machine learning on Apple silicon, brought to you by Apple machine learning research.

Some key features of MLX include:

  • Familiar APIs: MLX has a Python API that closely follows NumPy. MLX also has fully featured C++, C, and Swift APIs, which closely mirror the Python API. MLX has higher-level packages like mlx.nn and mlx.optimizers with APIs that closely follow PyTorch to simplify building more complex models.

  • Composable function transformations: MLX supports composable function transformations for automatic differentiation, automatic vectorization, and computation graph optimization.

  • Lazy computation: Computations in MLX are lazy. Arrays are only materialized when needed.

  • Dynamic graph construction: Computation graphs in MLX are constructed dynamically. Changing the shapes of function arguments does not trigger slow compilations, and debugging is simple and intuitive.

  • Multi-device: Operations can run on any of the supported devices (currently the CPU and the GPU).

  • Unified memory: A notable difference from MLX and other frameworks is the unified memory model. Arrays in MLX live in shared memory. Operations on MLX arrays can be performed on any of the supported device types without transferring data.

MLX is designed by machine learning researchers for machine learning researchers. The framework is intended to be user-friendly, but still efficient to train and deploy models. The design of the framework itself is also conceptually simple. We intend to make it easy for researchers to extend and improve MLX with the goal of quickly exploring new ideas.

The design of MLX is inspired by frameworks like NumPy, PyTorch, Jax, and ArrayFire.

Examples

The MLX examples repo has a variety of examples, including:

Quickstart

See the quick start guide in the documentation.

Installation

MLX is available on PyPI. To install MLX on macOS, run:

pip install mlx

To install the CUDA backend on Linux, run:

pip install mlx[cuda]

To install a CPU-only Linux package, run:

pip install mlx[cpu]

Checkout the documentation for more information on building the C++ and Python APIs from source.

Contributing

Check out the contribution guidelines for more information on contributing to MLX. See the docs for more information on building from source, and running tests.

We are grateful for all of our contributors. If you contribute to MLX and wish to be acknowledged, please add your name to the list in your pull request.

Citing MLX

The MLX software suite was initially developed with equal contribution by Awni Hannun, Jagrit Digani, Angelos Katharopoulos, and Ronan Collobert. If you find MLX useful in your research and wish to cite it, please use the following BibTex entry:

@software{mlx2023,
  author = {Awni Hannun and Jagrit Digani and Angelos Katharopoulos and Ronan Collobert},
  title = {{MLX}: Efficient and flexible machine learning on Apple silicon},
  url = {https://github.com/ml-explore},
  version = {0.0},
  year = {2023},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mlx-0.31.0-cp314-cp314-manylinux_2_35_x86_64.whl (667.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ x86-64

mlx-0.31.0-cp314-cp314-manylinux_2_35_aarch64.whl (627.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.35+ ARM64

mlx-0.31.0-cp314-cp314-macosx_26_0_arm64.whl (577.5 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

mlx-0.31.0-cp314-cp314-macosx_15_0_arm64.whl (577.6 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

mlx-0.31.0-cp314-cp314-macosx_14_0_arm64.whl (577.6 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

mlx-0.31.0-cp313-cp313-manylinux_2_35_x86_64.whl (666.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ x86-64

mlx-0.31.0-cp313-cp313-manylinux_2_35_aarch64.whl (624.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.35+ ARM64

mlx-0.31.0-cp313-cp313-macosx_26_0_arm64.whl (575.8 kB view details)

Uploaded CPython 3.13macOS 26.0+ ARM64

mlx-0.31.0-cp313-cp313-macosx_15_0_arm64.whl (575.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

mlx-0.31.0-cp313-cp313-macosx_14_0_arm64.whl (575.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mlx-0.31.0-cp312-cp312-manylinux_2_35_x86_64.whl (667.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ x86-64

mlx-0.31.0-cp312-cp312-manylinux_2_35_aarch64.whl (624.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.35+ ARM64

mlx-0.31.0-cp312-cp312-macosx_26_0_arm64.whl (575.8 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

mlx-0.31.0-cp312-cp312-macosx_15_0_arm64.whl (575.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

mlx-0.31.0-cp312-cp312-macosx_14_0_arm64.whl (575.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

mlx-0.31.0-cp311-cp311-manylinux_2_35_x86_64.whl (672.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ x86-64

mlx-0.31.0-cp311-cp311-manylinux_2_35_aarch64.whl (639.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.35+ ARM64

mlx-0.31.0-cp311-cp311-macosx_26_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

mlx-0.31.0-cp311-cp311-macosx_15_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

mlx-0.31.0-cp311-cp311-macosx_14_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

mlx-0.31.0-cp310-cp310-manylinux_2_35_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ x86-64

mlx-0.31.0-cp310-cp310-manylinux_2_35_aarch64.whl (639.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.35+ ARM64

mlx-0.31.0-cp310-cp310-macosx_26_0_arm64.whl (575.4 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

mlx-0.31.0-cp310-cp310-macosx_15_0_arm64.whl (575.4 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

mlx-0.31.0-cp310-cp310-macosx_14_0_arm64.whl (575.4 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

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

File metadata

File hashes

Hashes for mlx-0.31.0-cp314-cp314-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 c3bb9961f40d098659326b0edb96e2a16adecfaf3c1f2518cad5a0b7e55a3a5d
MD5 1fbcb159cc51f22c36593954f6f1d4bd
BLAKE2b-256 46f4e9256326912ac21a9853b3a9856da19292b908270ff96cb27abb8421c8c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp314-cp314-manylinux_2_35_x86_64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp314-cp314-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp314-cp314-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 994fab25ff521621e03001177a8f0f1a7bf8294ff340f89910ec074f9f681ed9
MD5 a40abdc2dcca1f97965fb149a30f456f
BLAKE2b-256 75221b2bddb2774c7951aa620d286157439f288186215ff6ce18d9a9a45e608e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp314-cp314-manylinux_2_35_aarch64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mlx-0.31.0-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 d2014d113070846c6cdee980653f561c92a4a663a449f64e70c15bbf74d637e1
MD5 4f2c1c09d17a9f0f9f3d1b4923396a35
BLAKE2b-256 635a81cf057dbc005a43d27b7dfaff88198c61bbfe76cb8da3499821083c3fca

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp314-cp314-macosx_26_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ba330fe40d73b202880bbb5cac62de0b639cf4c44a12853bcadb34a9e3ffe880
MD5 500b01f265bdce284d535f6f94de8d36
BLAKE2b-256 e36b70f0a254d7ace58a030547a99219f1342c3cf383029e1af90eee3efaeb85

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cce3e15cf11c608c9e721502fe56e54f9f48b897e9b80f1204a48643d68710c0
MD5 d70e5b672b2675753d2b9a034484e1b2
BLAKE2b-256 66600152a44ed737c3b16e9044909d01212b99e216c6ab4b2f76faa054ae8172

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp313-cp313-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp313-cp313-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 c6daa671cfa3c194951d742aa09030c5008d9d9657034b2903389fa090b3ba92
MD5 8d29e8f9815dee1413cacef5507521b0
BLAKE2b-256 2d29da0875739d08760461a5b21207c34d959bc7572b27e46ccc0f48badae078

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp313-cp313-manylinux_2_35_x86_64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp313-cp313-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp313-cp313-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 8642dda2b23195d9921973749ae9bf764e2c7d70bfc0e60b23b6335e660cc610
MD5 a562e6a16b8cdefc6d08db4400dfe2a0
BLAKE2b-256 a6d5986777b53e2c3eff709ee5a275b41ed84a9c04f60071e97f9d3b60dec845

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp313-cp313-manylinux_2_35_aarch64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mlx-0.31.0-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 7f0bdbac084017820ce513a12318771a06c7ec10fad159839e27c998bc5dad89
MD5 4ff5168da0525b5962792d9f31f179b8
BLAKE2b-256 5f6c437aefdca17216aab02d0fb7528cd63e2c3d8d9c1b079c07d579a770645f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp313-cp313-macosx_26_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 242806b8ad6a4d3ce86cdff513f86520552de7592786712770b2e1ebd178816a
MD5 1849977c3ce6d89e2860606486ade8ab
BLAKE2b-256 599d29e0cb154a31ed05c9d24c776513bf1ec506b8570e214b4563b55bb19ef6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4f33e9aafc6d3ad29e72743dfb786c4ce67397414f0a091469058626381fc1bc
MD5 f8b727ea0cd305ecd4fcc5e1bfc53544
BLAKE2b-256 4a0935d1192cf1f655438213d8baa2264a8bc2426b44d93802dabfc177fd8e81

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp312-cp312-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp312-cp312-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 363282eb094785f6aba27810ff89331c0f7829c6961f571cd0feaad09d2c809f
MD5 1a82508d64e09f796f5e1baa45a05112
BLAKE2b-256 9cfea0c0b73c04f7673a50c505e155dd0088cc7a116d7b8d4eb4d1d9fdcd2c8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp312-cp312-manylinux_2_35_x86_64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp312-cp312-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp312-cp312-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 a80754ecf64191f71da1946dc5de6cf903344cc90dd286c589792ee9d3fc62f9
MD5 0f4839a70988e5364781f915a7fc154d
BLAKE2b-256 6dd353ac650a569f5f5111c0280611acf0dcbdfa5fd0da2d433bad0f5575de73

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp312-cp312-manylinux_2_35_aarch64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mlx-0.31.0-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 1ad14ddc3a15818f5bba0de35e88559ed8dcb93ccff2ef879ff604d02d663b25
MD5 2434bb8da305d894c18eebebbd5b6e50
BLAKE2b-256 8d156aa3edaa34aeef370634756b7d131b8dc1cdb0002ddecdd3d876b5f9fa0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp312-cp312-macosx_26_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d6af01b15177da995336a6fd9878e7c5994720a9f1614d8f4d1dbe9293167c30
MD5 6dadadf2ce035973ba5e710369f1c360
BLAKE2b-256 d4e3aa0fac5a9d52b1a4686c7097e56775c1a96dee3084f9c587b74e4c2cd284

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 de6c0a3e8aa0e7d1365d46634fdbb3f835c164fbdb6ba8a239e039a4efa07fe2
MD5 f0e5956863afc204232d2e210526b0d9
BLAKE2b-256 1a7d87fb0daa006dbbbd8894c3d496c7d9dfc52e4ade260482276d3eca137a15

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp311-cp311-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp311-cp311-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 18078bc67dfb7ed602fca233d00ce93e23d590d9347da5009472455a92831066
MD5 dfe8c3ff39344e125ea9ed904e68811b
BLAKE2b-256 7350c72e2cabdeefc2bf51ae5c1111bdaa9055a0c2d18bc87314ef965ffff422

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp311-cp311-manylinux_2_35_x86_64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp311-cp311-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp311-cp311-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 5b5306a0934b15c4e3a1088a10066bdde3966c21b95006c63ecc38ca8e3891e0
MD5 1ffb9493247329775b684cc4b664b83f
BLAKE2b-256 72cd0ee01b646010c7a22872d2b849b766941f813c4fd777602306d01af3915f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp311-cp311-manylinux_2_35_aarch64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mlx-0.31.0-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 f624571e23a86654496c42a507b4bb42ded0edb91f33161fabafdbf6b81ba024
MD5 17e04923f2c8c476c79d6593f9881835
BLAKE2b-256 43faeca64a514cd50a4a38cc9b8827db85d9e554c3fe407ede043d061055b1ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp311-cp311-macosx_26_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 acf4f04ff33a80784a0f15c492166dc889e65659b41c410ca5a7c2d78bee2a3a
MD5 bed8bb490d8af2c347048928295ddbf9
BLAKE2b-256 bd2ad35072e8dc31d9550f8218cfc388c1cd12c7fd89e8246540a9c7b873d958

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 285313eaeba425e58cbb3238c2d1a3894e6252d58f243ce56681d5419a568d6c
MD5 2d7261a73895cd3e166ce7599cebd090
BLAKE2b-256 1ed3fcb8b9f645ae70b3295a353999c3c6c7a66fd43ed8aa716b13da12bf40d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp310-cp310-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 6a4342027e6608ce69807a8f079c750a7c6161f543ebb49e55654edd03c178d6
MD5 3b06f851b48df339816085f0ca915757
BLAKE2b-256 867c508bfc140cf777dbe61fc2be0fbfca56e3f0ceed233cd7a8ef4add84262e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp310-cp310-manylinux_2_35_x86_64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp310-cp310-manylinux_2_35_aarch64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp310-cp310-manylinux_2_35_aarch64.whl
Algorithm Hash digest
SHA256 b25f785c94eb47d8104604a5de0e7d749b801e7a40073cbf457aa94c372e5593
MD5 8156b04ccad95f3c4a544b0d70a121dd
BLAKE2b-256 1386c501ddb496a185b69f3181d77276907f43a847eaa4d9fff86bc0616d1dcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp310-cp310-manylinux_2_35_aarch64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mlx-0.31.0-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 6e3ae83607b798b44cb3e44437095cfd26886fecc15f90f29f9eafd206d4d170
MD5 3b7df0c261d4846e263916ca4ffa3a20
BLAKE2b-256 200102b79132e91182c779bb6c4f586c5fb86d49c32e8f07f307d2d4ca64cca6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp310-cp310-macosx_26_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7aded590bcf6839307c3acc899e196936991f97b499ddbdd0cd3b228bf10792f
MD5 8e3fc3e9ff49eea3654a620d8d33c1d8
BLAKE2b-256 3d861fbe1f8f3a23c92c821c235ab7a28395c86c900b0a2b2425f3c8862bbeb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlx-0.31.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for mlx-0.31.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 38680838e0dd9a621ed4adc5a9ed8b94aeb6a4798142fbe215b821b8c6b8fc36
MD5 9d5862eb8454867d697499ddeedffccb
BLAKE2b-256 7354269d13847b04b07523d44cf903e1d3c6d48f56e6e89dda7e16418b411629

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlx-0.31.0-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: release.yml on ml-explore/mlx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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