• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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