xref: /aosp_15_r20/external/executorch/examples/models/llama/params/TARGETS (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
2
3oncall("executorch")
4
5runtime.filegroup(
6    name = "params",
7    srcs = [
8        "demo_config.json",
9        "demo_rand_params.pth",
10    ],
11    visibility = ["//executorch/examples/..."],
12)
13