Skip to content

Commit 20d30a1

Browse files
authored
Use shareup/swift-transformers (#7)
1 parent 3f1a79b commit 20d30a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ let package = Package(
2828
dependencies: [
2929
.package(url: "https://github.com/ml-explore/mlx-swift", .upToNextMinor(from: "0.30.6")),
3030
.package(
31-
url: "https://github.com/huggingface/swift-transformers",
32-
.upToNextMinor(from: "1.2.0")
31+
url: "https://github.com/shareup/swift-transformers",
32+
.upToNextMinor(from: "0.0.1")
3333
),
3434
],
3535
targets: [

0 commit comments

Comments
 (0)