Skip to content

Commit 7a2dc47

Browse files
authored
Add custom ops deps
Differential Revision: D67814096 Pull Request resolved: #7508
1 parent 7010a11 commit 7a2dc47

File tree

1 file changed

+3
-0
lines changed
  • examples/qualcomm/oss_scripts/llama3_2

1 file changed

+3
-0
lines changed

examples/qualcomm/oss_scripts/llama3_2/TARGETS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ python_binary(
99
name = "llama",
1010
srcs = ["llama.py"],
1111
main_function = "executorch.examples.qualcomm.oss_scripts.llama3_2.llama.main",
12+
preload_deps = [
13+
"//executorch/extension/llm/custom_ops:model_sharding_py",
14+
],
1215
deps = [
1316
"//executorch/examples/qualcomm/oss_scripts/llama2:static_llama",
1417
"//caffe2:torch",

0 commit comments

Comments
 (0)