We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15243d2 commit 20589d0Copy full SHA for 20589d0
mobile/mobile-ios/Tuist/Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
.package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.12.0"),
20
.package(url: "https://github.com/argmaxinc/WhisperKit", from: "0.15.0"),
21
.package(url: "https://github.com/huggingface/swift-transformers", from: "1.1.6"),
22
- .package(url: "https://github.com/ml-explore/mlx-swift-lm", from: "2.29.3"),
+ .package(url: "https://github.com/ml-explore/mlx-swift-lm", from: "2.30.3"),
23
.package(url: "https://github.com/mlalma/kokoro-ios", from: "1.0.10"),
24
.package(url: "https://github.com/apple/ml-stable-diffusion.git", from: "1.1.1"),
25
]
0 commit comments