Skip to content

Commit 856bd31

Browse files
dspgbgjdfacebook-github-bot
authored andcommitted
minymal llama backbone export (pytorch#8453)
Summary: Export llama 1b from minymal (for testing purpose fixed shape of 1*len*2048) is used. This is build on based on the llava example Reviewed By: asleep, mcr229 Differential Revision: D69572954
1 parent 64b0fa7 commit 856bd31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kernels/quantized/targets.bzl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ def define_common_targets():
4747
exir_custom_ops_aot_lib(
4848
name = "aot_lib",
4949
yaml_target = ":quantized.yaml",
50-
visibility = ["//executorch/..."],
50+
visibility = [
51+
"//executorch/...",
52+
"@EXECUTORCH_CLIENTS",
53+
],
5154
kernels = [":quantized_operators_aten"],
5255
deps = [
5356
":quantized_ops_need_aot_registration",

0 commit comments

Comments
 (0)