Skip to content

Commit 031e47f

Browse files
committed
Patch swift-transformers
1 parent d0a0daf commit 031e47f

File tree

2 files changed

+36
-16
lines changed

2 files changed

+36
-16
lines changed

Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ let package = Package(
2828
],
2929
dependencies: [
3030
.package(url: "https://github.com/ml-explore/mlx-swift", .upToNextMinor(from: "0.21.2")),
31+
// .package(
32+
// url: "https://github.com/huggingface/swift-transformers", .upToNextMinor(from: "0.1.13")
33+
// ),
3134
.package(
32-
url: "https://github.com/huggingface/swift-transformers", .upToNextMinor(from: "0.1.13")
33-
),
35+
url: "https://github.com/DePasqualeOrg/swift-transformers", branch: "images-and-tools"),
3436
.package(
3537
url: "https://github.com/apple/swift-async-algorithms", .upToNextMinor(from: "1.0.0")),
3638
.package(url: "https://github.com/1024jp/GzipSwift", "6.0.1" ... "6.0.1"), // Only needed by MLXMNIST

mlx-swift-examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 32 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)