Skip to content

Commit

Permalink
Pin MLX library dependencies (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar authored Dec 8, 2024
1 parent ed63a57 commit 8bf0a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let package = Package(
.library(name: "SpeziLLMFog", targets: ["SpeziLLMFog"])
],
dependencies: [
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.18.1"),
.package(url: "https://github.com/ml-explore/mlx-swift-examples", from: "1.16.0"),
.package(url: "https://github.com/ml-explore/mlx-swift", branch: "0.21.2"), // Pin MLX library as it doesn't follow semantic versioning
.package(url: "https://github.com/ml-explore/mlx-swift-examples", branch: "1.16.0"), // Pin MLX library as it doesn't follow semantic versioning
.package(url: "https://github.com/huggingface/swift-transformers", .upToNextMinor(from: "0.1.12")),
.package(url: "https://github.com/StanfordBDHG/OpenAI", .upToNextMinor(from: "0.2.9")),
.package(url: "https://github.com/StanfordSpezi/Spezi", from: "1.2.1"),
Expand Down

0 comments on commit 8bf0a2f

Please sign in to comment.