Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624715906
  • Loading branch information
MediaPipe Team authored and copybara-github committed Apr 14, 2024
1 parent 4e5b396 commit 0d50144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mediapipe/tasks/ios/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,6 @@ apple_static_library(
platform_type = "ios",
deps = select({
"//conditions:default": [],
":enable_odml_cocoapods_build": ["@odml//odml/infra/genai/inference/c:libllm_inference_engine_deps"],
":enable_odml_cocoapods_build": ["//third_party/odml/infra/genai/inference:all_possible_calculators"],
}),
)
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ cc_library(
"//mediapipe/tasks/cc/genai/inference/c:libllm_inference_engine_cpu",
],
":enable_odml_maven_build": [
"//third_party/odml/infra/genai/inference:all_possible_calculators",
"@odml//odml/infra/genai/inference/c:libllm_inference_engine",
"@odml//odml/infra/genai/inference/c:libllm_inference_engine_deps",
],
}) + select({
"//mediapipe:android": [],
Expand Down

0 comments on commit 0d50144

Please sign in to comment.