Skip to content

Commit 5e4b75b

Browse files
authored
Clean up llama library/binary dependency
Differential Revision: D69942904 Pull Request resolved: pytorch/executorch#8605
1 parent 6f654eb commit 5e4b75b

File tree

1 file changed

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

1 file changed

+1
-12
lines changed

examples/qualcomm/oss_scripts/llama/TARGETS

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,12 @@ python_library(
3535

3636
python_binary(
3737
name = "llama",
38-
srcs = ["llama.py"],
3938
main_function = "executorch.examples.qualcomm.oss_scripts.llama.llama.main",
4039
preload_deps = [
4140
"//executorch/extension/llm/custom_ops:model_sharding_py",
4241
],
4342
deps = [
44-
"//executorch/examples/qualcomm/oss_scripts/llama:static_llama",
45-
"//caffe2:torch",
46-
"//executorch/extension/pybindings:aten_lib",
47-
"//executorch/backends/qualcomm/partition:partition",
48-
"//executorch/backends/qualcomm/quantizer:quantizer",
49-
"//executorch/devtools/backend_debug:delegation_info",
50-
"//executorch/devtools:lib",
51-
"//executorch/examples/models:models",
52-
"//executorch/examples/qualcomm:utils",
53-
"//executorch/extension/export_util:export_util",
54-
"//executorch/extension/llm/export:export_lib",
43+
":llama_lib",
5544
],
5645
)
5746

0 commit comments

Comments
 (0)