From ecc6880a58a3c797dbc77f10fcf5bf53907f871c Mon Sep 17 00:00:00 2001 From: Jacob Szwejbka Date: Mon, 2 Mar 2026 16:35:01 -0800 Subject: [PATCH] Add buck dependencies for lowbit embedding and linear flow (#17802) Summary: Now that they are enabled internally expose the ops deps in buck Differential Revision: D94729377 --- extension/llm/export/BUCK | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extension/llm/export/BUCK b/extension/llm/export/BUCK index 7856f9e3470..17b3b951642 100644 --- a/extension/llm/export/BUCK +++ b/extension/llm/export/BUCK @@ -69,6 +69,8 @@ fbcode_target(_kind = runtime.python_binary, "//executorch/extension/llm/custom_ops:model_sharding_py", "//executorch/extension/llm/custom_ops:custom_ops_aot_lib", "//executorch/kernels/quantized:aot_lib", + "//pytorch/ao/torchao/csrc/cpu/shared_kernels/embedding_xbit:op_embedding_xbit_aten", + "//pytorch/ao/torchao/csrc/cpu/shared_kernels/linear_8bit_act_xbit_weight:op_linear_8bit_act_xbit_weight_aten", ], deps = [ "fbsource//third-party/pypi/hydra-core:hydra-core",