File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
examples/qualcomm/oss_scripts/llama Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,12 @@ python_library(
3535
3636python_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
You can’t perform that action at this time.
0 commit comments