@@ -22,12 +22,12 @@ python_library(
2222 "//caffe2:torch",
2323 "//executorch/backends/qualcomm/partition:partition",
2424 "//executorch/backends/qualcomm/quantizer:quantizer",
25+ "//executorch/devtools/backend_debug:delegation_info",
2526 "//executorch/devtools:lib",
2627 "//executorch/examples/models:models",
2728 "//executorch/examples/qualcomm/oss_scripts/llama:static_llama",
2829 "//executorch/examples/qualcomm:utils",
2930 "//executorch/extension/export_util:export_util",
30- "//executorch/extension/llm/custom_ops:model_sharding_py",
3131 "//executorch/extension/llm/export:export_lib",
3232 "//executorch/extension/pybindings:aten_lib",
3333 ],
@@ -46,6 +46,7 @@ python_binary(
4646 "//executorch/extension/pybindings:aten_lib",
4747 "//executorch/backends/qualcomm/partition:partition",
4848 "//executorch/backends/qualcomm/quantizer:quantizer",
49+ "//executorch/devtools/backend_debug:delegation_info",
4950 "//executorch/devtools:lib",
5051 "//executorch/examples/models:models",
5152 "//executorch/examples/qualcomm:utils",
0 commit comments