Skip to content

Commit 511323d

Browse files
authored
switch to 0.25.5 to pick up required reluSquared (#353)
* switch to 0.25.5 to pick up required reluSquared
1 parent 2a14634 commit 511323d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let package = Package(
2727
targets: ["StableDiffusion"]),
2828
],
2929
dependencies: [
30-
.package(url: "https://github.com/ml-explore/mlx-swift", .upToNextMinor(from: "0.25.4")),
30+
.package(url: "https://github.com/ml-explore/mlx-swift", .upToNextMinor(from: "0.25.5")),
3131
.package(
3232
url: "https://github.com/huggingface/swift-transformers", .upToNextMinor(from: "0.1.21")
3333
),

mlx-swift-examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)