Skip to content

Commit

Permalink
Update M/MLX/build_tarballs.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
  • Loading branch information
stemann and giordano authored Jan 31, 2025
1 parent f8191f3 commit a18986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M/MLX/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources = [
ArchiveSource("https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz",
"4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49"),
# Using the PyPI wheel for aarch64-apple-darwin to get the metal backend, which requires the `metal` compiler to build (which is practically impossible to use from the BinaryBuilder build env.)
FileSource("https://files.pythonhosted.org/packages/62/2b/427896261bc8d940eff561e6199d1aee9dbdc7caa117486654a44d7d793c/mlx-0.22.0-cp313-cp313-macosx_13_0_arm64.whl", "50d0d76826cfe939025791ce2c014e743ec7aff7aa67194ffaef40c40e574ef4"; filename = "mlx-aarch64-apple-darwin20.whl"),
FileSource("https://files.pythonhosted.org/packages/62/2b/427896261bc8d940eff561e6199d1aee9dbdc7caa117486654a44d7d793c/mlx-$(version)-cp313-cp313-macosx_13_0_arm64.whl", "50d0d76826cfe939025791ce2c014e743ec7aff7aa67194ffaef40c40e574ef4"; filename = "mlx-aarch64-apple-darwin20.whl"),
DirectorySource("./bundled"),
]

Expand Down

0 comments on commit a18986b

Please sign in to comment.