From 2e6e221c420e8305f4fe1052bea86e1837b56748 Mon Sep 17 00:00:00 2001 From: Yiwen Xie Date: Mon, 3 Feb 2025 13:07:34 -0800 Subject: [PATCH] Draft version of sliding cache model for coreml Differential Revision: D68922306 --- extension/export_util/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/export_util/TARGETS b/extension/export_util/TARGETS index b6219d2ff6e..0ec85fda632 100644 --- a/extension/export_util/TARGETS +++ b/extension/export_util/TARGETS @@ -12,6 +12,7 @@ runtime.python_library( "//bento/...", "//bento_kernels/...", "//executorch/...", + "@EXECUTORCH_CLIENTS", ], deps = [ "//caffe2:torch",