Skip to content

Commit 8959c45

Browse files
committed
Patch swift-transformers
1 parent 5f930e8 commit 8959c45

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ let package = Package(
2828
],
2929
dependencies: [
3030
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.21.2"),
31-
.package(url: "https://github.com/huggingface/swift-transformers", from: "0.1.13"),
31+
// .package(url: "https://github.com/huggingface/swift-transformers", from: "0.1.13"),
32+
.package(
33+
url: "https://github.com/DePasqualeOrg/swift-transformers", branch: "images-and-tools"),
3234
.package(url: "https://github.com/1024jp/GzipSwift", "6.0.1" ... "6.0.1"),
3335
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
3436
],

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

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

0 commit comments

Comments
 (0)