@@ -22,12 +22,12 @@ python_library(
22
22
"//caffe2:torch",
23
23
"//executorch/backends/qualcomm/partition:partition",
24
24
"//executorch/backends/qualcomm/quantizer:quantizer",
25
+ "//executorch/devtools/backend_debug:delegation_info",
25
26
"//executorch/devtools:lib",
26
27
"//executorch/examples/models:models",
27
28
"//executorch/examples/qualcomm/oss_scripts/llama:static_llama",
28
29
"//executorch/examples/qualcomm:utils",
29
30
"//executorch/extension/export_util:export_util",
30
- "//executorch/extension/llm/custom_ops:model_sharding_py",
31
31
"//executorch/extension/llm/export:export_lib",
32
32
"//executorch/extension/pybindings:aten_lib",
33
33
],
@@ -46,6 +46,7 @@ python_binary(
46
46
"//executorch/extension/pybindings:aten_lib",
47
47
"//executorch/backends/qualcomm/partition:partition",
48
48
"//executorch/backends/qualcomm/quantizer:quantizer",
49
+ "//executorch/devtools/backend_debug:delegation_info",
49
50
"//executorch/devtools:lib",
50
51
"//executorch/examples/models:models",
51
52
"//executorch/examples/qualcomm:utils",
0 commit comments