We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaf3ef commit 723c0f3Copy full SHA for 723c0f3
1 file changed
extension/llm/export/BUCK
@@ -69,6 +69,8 @@ fbcode_target(_kind = runtime.python_binary,
69
"//executorch/extension/llm/custom_ops:model_sharding_py",
70
"//executorch/extension/llm/custom_ops:custom_ops_aot_lib",
71
"//executorch/kernels/quantized:aot_lib",
72
+ "//pytorch/ao/torchao/csrc/cpu/shared_kernels/embedding_xbit:op_embedding_xbit_aten",
73
+ "//pytorch/ao/torchao/csrc/cpu/shared_kernels/linear_8bit_act_xbit_weight:op_linear_8bit_act_xbit_weight_aten",
74
],
75
deps = [
76
"fbsource//third-party/pypi/hydra-core:hydra-core",
0 commit comments