Skip to content

Commit 04d8efb

Browse files
committed
Bump mlx-swift dependency to 0.31.1
Picks up the fix for array[.ellipsis] returning self instead of a copy (ml-explore/mlx-swift#367), plus mlx 0.31.1 C++ updates.
1 parent 1a2c15e commit 04d8efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
targets: ["MLXEmbedders"]),
2727
],
2828
dependencies: [
29-
.package(url: "https://github.com/ml-explore/mlx-swift", .upToNextMinor(from: "0.30.6")),
29+
.package(url: "https://github.com/ml-explore/mlx-swift", .upToNextMinor(from: "0.31.1")),
3030
.package(
3131
url: "https://github.com/huggingface/swift-transformers",
3232
.upToNextMinor(from: "1.2.0")

0 commit comments

Comments
 (0)