From ffec570d9ec07dcd09c30b10c61d3c819c360e28 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Mon, 24 Feb 2025 08:16:35 -0800 Subject: [PATCH] Unbreak //exectorch/docs:doctest internally Added missing buck dep. Differential Revision: [D70099706](https://our.internmc.facebook.com/intern/diff/D70099706/) ghstack-source-id: 268011090 Pull Request resolved: https://github.com/pytorch/executorch/pull/8645 --- docs/TARGETS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/TARGETS b/docs/TARGETS index 6e8210dbdfe..a0281b8b782 100644 --- a/docs/TARGETS +++ b/docs/TARGETS @@ -9,8 +9,9 @@ python_binary( par_style = "xar", deps = [ "//caffe2:torch", - "//executorch/exir:lib", + "//executorch/backends/xnnpack/quantizer:xnnpack_quantizer", "//executorch/devtools:lib", + "//executorch/exir:lib", "//executorch/exir/backend/test:backend_with_compiler_demo", "//executorch/exir/backend/test:op_partitioner_demo", "//executorch/devtools/bundled_program/serialize:lib",