Skip to content

Commit de98fc9

Browse files
authored
Merge pull request #246643 from Homebrew/bump-mlx-lm-0.28.2
mlx-lm 0.28.2
2 parents 615da1d + a991012 commit de98fc9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/m/mlx-lm.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ class MlxLm < Formula
33

44
desc "Run LLMs with MLX"
55
homepage "https://github.com/ml-explore/mlx-lm"
6-
url "https://github.com/ml-explore/mlx-lm/archive/refs/tags/v0.28.1.tar.gz"
7-
sha256 "1a102037fd4bf8ee523260723ef421c3a2c53d7f86fb2db96f1608f57c0863f0"
6+
url "https://github.com/ml-explore/mlx-lm/archive/refs/tags/v0.28.2.tar.gz"
7+
sha256 "637de1ae34e30d845e1369563309997f57a6b1c1d6ce0e542fd5537cf9d253a3"
88
license "MIT"
99
head "https://github.com/ml-explore/mlx-lm.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any, arm64_tahoe: "ecab8a7a8b8cc30a3dd9f92fb1596317ef20ac51a1cb90eabba3108ceb641e1e"
13-
sha256 cellar: :any, arm64_sequoia: "d0b1060db0b40e960ca8fb9a893f88fd31151bcbd81346b079e31a6951888cfb"
14-
sha256 cellar: :any, arm64_sonoma: "9f73c8edaf7ff29354314c727d6232b0094db679ec70b22bc9d672a24788c46e"
15-
sha256 cellar: :any, sonoma: "4cdad85deeac5c4aeefa5d3f09e9c068d56e1323731e0ad963e4dbb67db7c304"
12+
sha256 cellar: :any, arm64_tahoe: "e800f37db9d53e78e72cc2b4f2c99dccf4359d1cac0da1d14c3e6cafc39dba34"
13+
sha256 cellar: :any, arm64_sequoia: "d0fba158e7f315909556e186e1e271377c57396f052f91bbac6757ee24646bba"
14+
sha256 cellar: :any, arm64_sonoma: "11b5e9bfc73059b93707ebca4d61b844406047d316cefae217c39e5080ab9d1c"
15+
sha256 cellar: :any, sonoma: "64a934c6557fb2b8892f90bb32b0a9f6f6943703cb814dc62500279063ce3430"
1616
end
1717

1818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)