Skip to content

Commit c554d27

Browse files
authored
Merge pull request #668 from osaurus-ai/chore/fix-lfm2-tool-calling
fixed lfm2 tool calling issues
2 parents 9b18f7d + 9b1fb43 commit c554d27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Packages/OsaurusCore/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
.package(url: "https://github.com/orlandos-nl/IkigaJSON", from: "2.3.2"),
1515
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.7.0"),
1616
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.29.1"),
17-
.package(url: "https://github.com/ml-explore/mlx-swift-lm", branch: "main"),
17+
.package(url: "https://github.com/tpae/mlx-swift-lm", branch: "main"),
1818
.package(url: "https://github.com/huggingface/swift-transformers", from: "1.1.6"),
1919
.package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.12.1"),
2020
.package(url: "https://github.com/rryam/VecturaKit", from: "3.0.0"),

osaurus.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)