From e4463755d7b761565673e3a2421f8331369725d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:39:24 +0000 Subject: [PATCH] mlx 0.11.1 --- Formula/m/mlx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mlx.rb b/Formula/m/mlx.rb index 88e0f2ec6436e9..0ea78d6f8b55c8 100644 --- a/Formula/m/mlx.rb +++ b/Formula/m/mlx.rb @@ -1,8 +1,8 @@ class Mlx < Formula desc "Array framework for Apple silicon" homepage "https://github.com/ml-explore/mlx" - url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.10.0.tar.gz" - sha256 "09e9859e364ee8d19bf656730b7d6a471c8da2d397325efd1c73b836819f6e56" + url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.11.1.tar.gz" + sha256 "20ffd4fee274b084661708407d0680eb9d1e9f16bb856b71546fd0beccbd1fad" license "MIT" head "https://github.com/ml-explore/mlx.git", branch: "main"