Skip to content

Commit c5bff79

Browse files
committed
package.swift test
1 parent 9062cac commit c5bff79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ let package = Package(
88
platforms: [.iOS(.v16), .macOS(.v13)],
99
products: [
1010
.library(name: "Transformers", targets: ["Tokenizers", "Generation", "Models"]),
11+
.library(name: "Hub", targets: ["Hub"]),
1112
.executable(name: "transformers", targets: ["TransformersCLI"]),
1213
.executable(name: "hub-cli", targets: ["HubCLI"]),
1314
],

0 commit comments

Comments
 (0)