From 874a534367dbf18f66209136585c5e7076b697bb Mon Sep 17 00:00:00 2001 From: Facebook GitHub Bot Date: Wed, 16 Oct 2024 09:43:39 -0700 Subject: [PATCH] Re-sync with internal repository The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging. --- examples/models/llama3_2_vision/cross_attention/TARGETS | 8 ++++++++ examples/models/llama3_2_vision/preprocess/TARGETS | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 examples/models/llama3_2_vision/cross_attention/TARGETS create mode 100644 examples/models/llama3_2_vision/preprocess/TARGETS diff --git a/examples/models/llama3_2_vision/cross_attention/TARGETS b/examples/models/llama3_2_vision/cross_attention/TARGETS new file mode 100644 index 00000000000..2341af9282f --- /dev/null +++ b/examples/models/llama3_2_vision/cross_attention/TARGETS @@ -0,0 +1,8 @@ +# Any targets that should be shared between fbcode and xplat must be defined in +# targets.bzl. This file can contain fbcode-only targets. + +load(":targets.bzl", "define_common_targets") + +oncall("executorch") + +define_common_targets() diff --git a/examples/models/llama3_2_vision/preprocess/TARGETS b/examples/models/llama3_2_vision/preprocess/TARGETS new file mode 100644 index 00000000000..2341af9282f --- /dev/null +++ b/examples/models/llama3_2_vision/preprocess/TARGETS @@ -0,0 +1,8 @@ +# Any targets that should be shared between fbcode and xplat must be defined in +# targets.bzl. This file can contain fbcode-only targets. + +load(":targets.bzl", "define_common_targets") + +oncall("executorch") + +define_common_targets()