Skip to content

Commit 0fb4f85

Browse files
pytorchbotswolchok
andauthored
Unbreak //exectorch/docs:doctest internally (#8693)
Added missing buck dep. Differential Revision: [D70099706](https://our.internmc.facebook.com/intern/diff/D70099706/) ghstack-source-id: 268011090 Pull Request resolved: #8645 Co-authored-by: Scott Wolchok <[email protected]>
1 parent 8a84952 commit 0fb4f85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/TARGETS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ python_binary(
99
par_style = "xar",
1010
deps = [
1111
"//caffe2:torch",
12-
"//executorch/exir:lib",
12+
"//executorch/backends/xnnpack/quantizer:xnnpack_quantizer",
1313
"//executorch/devtools:lib",
14+
"//executorch/exir:lib",
1415
"//executorch/exir/backend/test:backend_with_compiler_demo",
1516
"//executorch/exir/backend/test:op_partitioner_demo",
1617
"//executorch/devtools/bundled_program/serialize:lib",

0 commit comments

Comments
 (0)