1load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime") 2 3oncall("executorch") 4 5runtime.python_test( 6 name = "test", 7 srcs = ["test.py"], 8 visibility = ["//executorch/extension/training/pybindings/test/..."], 9 deps = [ 10 "//caffe2:torch", 11 "//executorch/exir:lib", 12 "//executorch/extension/training:lib", 13 ], 14) 15