Skip to content

Commit f8a890a

Browse files
guangy10facebook-github-bot
authored andcommitted
Fix deps
Summary: Make sure quantization has the correct dep on models Reviewed By: jerryzh168, kirklandsign Differential Revision: D48751899 fbshipit-source-id: ccdb04665ca80a4b3e00f7b2c6bedb0e138ea180
1 parent 70a7973 commit f8a890a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quantization/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runtime.python_binary(
88
":quant_utils",
99
"//caffe2:torch",
1010
"//executorch/examples/export:lib",
11-
"//executorch/examples/models:models",
11+
"//executorch/examples/recipes/xnnpack_optimization:models",
1212
],
1313
)
1414

0 commit comments

Comments
 (0)