diff --git a/Packages/OsaurusCore/Package.swift b/Packages/OsaurusCore/Package.swift index 678f6b01..e19d96ec 100644 --- a/Packages/OsaurusCore/Package.swift +++ b/Packages/OsaurusCore/Package.swift @@ -14,7 +14,7 @@ let package = Package( .package(url: "https://github.com/orlandos-nl/IkigaJSON", from: "2.3.2"), .package(url: "https://github.com/sparkle-project/Sparkle", from: "2.7.0"), .package(url: "https://github.com/ml-explore/mlx-swift", from: "0.29.1"), - .package(url: "https://github.com/ml-explore/mlx-swift-lm", branch: "main"), + .package(url: "https://github.com/tpae/mlx-swift-lm", branch: "main"), .package(url: "https://github.com/huggingface/swift-transformers", from: "1.1.6"), .package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.12.1"), .package(url: "https://github.com/rryam/VecturaKit", from: "3.0.0"), diff --git a/osaurus.xcworkspace/xcshareddata/swiftpm/Package.resolved b/osaurus.xcworkspace/xcshareddata/swiftpm/Package.resolved index e35bb08e..a84d1fbb 100644 --- a/osaurus.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/osaurus.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "3d92c9b2d72bb737259402ba176432ad6b1efe2d18c3e895b069160fb00fe984", + "originHash" : "782ca74b5d3749ec89d5df4ecb788ba3d986ff09bb7f035c26a26fd52bd49327", "pins" : [ { "identity" : "async-http-client", @@ -67,10 +67,10 @@ { "identity" : "mlx-swift-lm", "kind" : "remoteSourceControl", - "location" : "https://github.com/ml-explore/mlx-swift-lm", + "location" : "https://github.com/tpae/mlx-swift-lm", "state" : { "branch" : "main", - "revision" : "bc3c20ef4644c86f2b347debcfe1efe4308712a6" + "revision" : "67a7a8ff27458777b31cb2ef997541635d9ce461" } }, {