We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7010a11 commit 7a2dc47Copy full SHA for 7a2dc47
examples/qualcomm/oss_scripts/llama3_2/TARGETS
@@ -9,6 +9,9 @@ python_binary(
9
name = "llama",
10
srcs = ["llama.py"],
11
main_function = "executorch.examples.qualcomm.oss_scripts.llama3_2.llama.main",
12
+ preload_deps = [
13
+ "//executorch/extension/llm/custom_ops:model_sharding_py",
14
+ ],
15
deps = [
16
"//executorch/examples/qualcomm/oss_scripts/llama2:static_llama",
17
"//caffe2:torch",
0 commit comments