blob: 1b55a7d541b5f39423bc811a5e2d157a743dcceb [file]
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
oncall("odai_jarvis")
python_library(
name = "runtime",
srcs = [
"__init__.py",
"executor.py",
] + glob([
"xtsc-cfg/**/*",
]),
typing = True,
deps = [
"//caffe2:torch",
"//executorch/devtools/bundled_program:config",
"//executorch/devtools/bundled_program:core",
"//executorch/devtools/bundled_program/serialize:lib",
"//executorch/exir:lib",
],
)