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()