Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693775771
  • Loading branch information
MediaPipe Team authored and copybara-github committed Nov 6, 2024
1 parent 0529235 commit 223cdb1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion mediapipe/tasks/ios/genai/inference/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")

licenses(["notice"])

package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = [
":clients",
"//mediapipe/tasks:internal",
])

package_group(
name = "clients",
packages = [
"//googlemac/iPhone/Home/OnDeviceML/...",
],
)

swift_library(
name = "LlmInference",
Expand Down

0 comments on commit 223cdb1

Please sign in to comment.