Skip to content

Commit 8b2c5b2

Browse files
authored
Merge pull request Homebrew#225541 from Homebrew/bump-mlx-0.26.0
mlx 0.26.0
2 parents 34eb1c4 + 9ebce24 commit 8b2c5b2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/m/mlx.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ class Mlx < Formula
33

44
desc "Array framework for Apple silicon"
55
homepage "https://github.com/ml-explore/mlx"
6-
url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.25.2.tar.gz"
7-
sha256 "de01c18f59c72f8160c3194b822eebe0f0e6ef77207e239a925c72009518089b"
6+
url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.26.0.tar.gz"
7+
sha256 "988e4fd8b457108f4fe5685ee3ef3003b774de21226f0079f506ebec13a4278a"
88
license all_of: [
99
"MIT", # main license
1010
"Apache-2.0", # metal-cpp resource
1111
]
1212
head "https://github.com/ml-explore/mlx.git", branch: "main"
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "6c44962cad5a0418f7d888b0cc1c32bf5ec820e65f31c53e5aaa9792378dfa73"
16-
sha256 cellar: :any, arm64_sonoma: "564ccfc953e7675deae57f7021319f0a3c5c966ac3bcd54e7b7f521264566a2e"
17-
sha256 cellar: :any, arm64_ventura: "27471e57abdedc23ae260f135facafed41d760ae542807edaaa6a41ba001f10c"
18-
sha256 cellar: :any, sonoma: "2e4480e8eab481305971a3ea5d0adf9805e91715d4ce42bf425fa43cf699cdfd"
19-
sha256 cellar: :any, ventura: "b6c09fa5b59d983579b4f3b713f185e8443368e978187a67d118d7ff18ce0ac5"
15+
sha256 cellar: :any, arm64_sequoia: "0948e2120a446b8aca6cefd88ba2688f9eb30a8b87e89675c0be5744cad2211c"
16+
sha256 cellar: :any, arm64_sonoma: "4539c891cb001413d38941bafb5fe3e9490a85ac5f64efcc7c1bbe73408c8fc2"
17+
sha256 cellar: :any, arm64_ventura: "ab01a49d6ae424e9038c21b9ee788ea6a390197f3cb87d2d7a543daf82e662cb"
18+
sha256 cellar: :any, sonoma: "d03883bb7f7219dfbdd0892d51b211a1c3816931a4992caa1ef80140496ca28b"
19+
sha256 cellar: :any, ventura: "8375f96c0df1ce74cfc0a7a42cc50d76bfd0b2d4f9f2270bb8dba55bdb091f3d"
2020
end
2121

2222
depends_on "cmake" => :build

0 commit comments

Comments
 (0)