@@ -111,6 +111,7 @@ runtime.python_library(
111111 ":static_llama",
112112 ":static_llm_quant_recipe",
113113 "//caffe2:torch",
114+ "//executorch/backends/qualcomm:export_utils",
114115 "//executorch/backends/qualcomm/_passes:passes",
115116 "//executorch/backends/qualcomm/quantizer:quantizer",
116117 "//executorch/backends/qualcomm/utils:utils",
@@ -135,6 +136,7 @@ runtime.python_library(
135136 ":wrappers",
136137 "//executorch/examples/models/llama:source_transformation",
137138 "//caffe2:torch",
139+ "//executorch/backends/qualcomm:export_utils",
138140 "//executorch/backends/qualcomm/partition:partition",
139141 "//executorch/backends/qualcomm/quantizer:quantizer",
140142 "//executorch/devtools/backend_debug:delegation_info",
@@ -150,7 +152,6 @@ runtime.python_library(
150152 "//executorch/examples/models/llama:hf_download",
151153 "//executorch/examples/qualcomm/oss_scripts/llama:range_setting_pt2e",
152154 "//executorch/examples/qualcomm/oss_scripts/llama:static_llama",
153- "//executorch/examples/qualcomm:utils",
154155 "//executorch/extension/export_util:export_util",
155156 "//executorch/extension/llm/export:export_lib",
156157 "//executorch/extension/pybindings:aten_lib",
@@ -164,6 +165,7 @@ runtime.python_library(
164165 ],
165166 deps = [
166167 "//caffe2:torch",
168+ "//executorch/backends/qualcomm:export_utils",
167169 ],
168170)
169171
0 commit comments