We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2447344 commit cf3cf2cCopy full SHA for cf3cf2c
1 file changed
Package.swift
@@ -49,7 +49,7 @@ let package = Package(
49
// In standalone CI, the checkout step clones SharpAI/mlx-swift
50
// into ../mlx-swift so this path resolves correctly.
51
// ─────────────────────────────────────────────────────────────────────────
52
- .package(path: "../mlx-swift"),
+ .package(url: "https://github.com/SharpAI/mlx-swift.git", branch: "main"),
53
54
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0-latest"),
55
],
0 commit comments