Skip to content
Merged

mlx 0.32.0 #291849

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/m/mlx-c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ class MlxC < Formula
url "https://github.com/ml-explore/mlx-c/archive/refs/tags/v0.6.0.tar.gz"
sha256 "6ec2eab86ed3ce661c0d9b834027870651546138b7b4470fa8ef5533498c79aa"
license "MIT"
revision 2
revision 3
compatibility_version 1

bottle do
sha256 cellar: :any, arm64_tahoe: "b30c755158db3f9d9090b69a1a74f3e05ae8e7a3969695d9f0974f1bc1d3df1b"
sha256 cellar: :any, arm64_sequoia: "1c912954c1d7c888c99638fc58a541d364862c3acf3b279627e5221b9bd0afa7"
sha256 cellar: :any, arm64_sonoma: "b09d19e06b33a10936b006a67202a091715bbedf9fe1620b1162eb140f8af0fd"
sha256 cellar: :any, arm64_tahoe: "52a8f1aca73d431b5186e37a8b27ee72ef12f59955034fbaf77a4b7b1df85455"
sha256 cellar: :any, arm64_sequoia: "0c6d3cb05b3aec5e137193d3cba56aff68e42f9f522c89ee984c4e8061a367db"
sha256 cellar: :any, arm64_sonoma: "c59d08f72fbf8a926ff3b4adcbad7098efbbdebfb0297db7682d3af2230a4c41"
end

depends_on "cmake" => :build
Expand Down
12 changes: 6 additions & 6 deletions Formula/m/mlx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ class Mlx < Formula

desc "Array framework for Apple silicon"
homepage "https://ml-explore.github.io/mlx/build/html/index.html"
url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.31.2.tar.gz"
sha256 "bdb9b619f80962dd00c0bffb65e59c53f565c2b550f189a1467f8bc6089401ab"
url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.32.0.tar.gz"
sha256 "8e74a0eb613861ce50c09402dd99dbc42b65a762e7fdd291caa39f611db978ec"
license all_of: [
"MIT", # main license
"Apache-2.0", # metal-cpp resource
]
compatibility_version 3
compatibility_version 4
head "https://github.com/ml-explore/mlx.git", branch: "main"

livecheck do
Expand All @@ -18,9 +18,9 @@ class Mlx < Formula
end

bottle do
sha256 cellar: :any, arm64_tahoe: "def8a7ae1e6a6506eed4dea45bf52b55be0f52f8364f8a928da6e65b1204a371"
sha256 cellar: :any, arm64_sequoia: "79e643d23e3f55a315461919d69d1ef7b3ba103405fe4ccc0645229c049a6b4e"
sha256 cellar: :any, arm64_sonoma: "76e09c7c3393af4a4d171c4dee580efcd945c83b702e60f12c7ed9ebd647fc0b"
sha256 cellar: :any, arm64_tahoe: "9a2d67e6de12deab51d676a827aa2c81e399e9e246395b8c826429cfb2392786"
sha256 cellar: :any, arm64_sequoia: "3a5895a698a5739f601f3cce2c6395603a242f378efe720728ba261e032619d4"
sha256 cellar: :any, arm64_sonoma: "91006da2921496b692df9d671d4c8f820ba3432bb636ac70d0d39fabc8e78f9d"
end

depends_on "cmake" => :build
Expand Down
Loading