Skip to content

Commit b526014

Browse files
committed
Switch mlx-swift-examples to mlx-swift-lm
1 parent c897543 commit b526014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.12.1"),
1919
.package(url: "https://github.com/huggingface/swift-transformers", from: "1.0.0"),
2020
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
21-
.package(url: "https://github.com/ml-explore/mlx-swift-examples/", branch: "main"),
21+
.package(url: "https://github.com/ml-explore/mlx-swift-lm/", .upToNextMinor(from: "2.29.1")),
2222
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "3.10.1")),
2323
],
2424
targets: [
@@ -35,7 +35,7 @@ let package = Package(
3535
.product(name: "MLXLinalg", package: "mlx-swift"),
3636
.product(name: "Transformers", package: "swift-transformers"),
3737
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
38-
.product(name: "MLXLLM", package: "mlx-swift-examples"),
38+
.product(name: "MLXLLM", package: "mlx-swift-lm"),
3939
.product(name: "Crypto", package: "swift-crypto"),
4040
],
4141
path: "intelligence/swift/src"

0 commit comments

Comments
 (0)