We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913e81f commit a6e87a4Copy full SHA for a6e87a4
examples/BUILD.bazel
@@ -11,6 +11,17 @@ swift_binary(
11
],
12
)
13
14
+swift_binary(
15
+ name = "open_clip",
16
+ srcs = ["open_clip/main.swift"],
17
+ deps = [
18
+ "@PythonKit",
19
+ "@SwiftNumerics//:Numerics",
20
+ "@s4nnc//nnc",
21
+ "@s4nnc//nnc:nnc_python",
22
+ ],
23
+)
24
+
25
swift_binary(
26
name = "vit",
27
srcs = ["vit/main.swift"],
@@ -133,3 +144,12 @@ swift_binary(
133
144
"@s4nnc//nnc",
134
145
135
146
147
148
149
+ name = "pickle",
150
+ srcs = ["pickle/main.swift"],
151
152
153
154
155
0 commit comments