Skip to content

Commit 5830fc5

Browse files
committed
Temporarily point to https://github.com/huggingface/swift-jinja at v2 branch
1 parent 59965a9 commit 5830fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.library(name: "Transformers", targets: ["Tokenizers", "Generation", "Models"])
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/huggingface/swift-jinja.git", from: "2.0.0")
18+
.package(url: "https://github.com/huggingface/swift-jinja.git", branch: "v2")
1919
],
2020
targets: [
2121
.target(name: "Generation", dependencies: ["Tokenizers"]),

0 commit comments

Comments
 (0)