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",