Skip to content

Commit 320595d

Browse files
authored
Minor change to static llama export lib
Differential Revision: D69345828 Pull Request resolved: #8328
1 parent 09cc743 commit 320595d

File tree

1 file changed

+2
-1
lines changed
  • examples/qualcomm/oss_scripts/llama

1 file changed

+2
-1
lines changed

examples/qualcomm/oss_scripts/llama/TARGETS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)