diff --git a/build/packaging/smoke_test.py b/build/packaging/smoke_test.py index e6ee2380ae..1573e37bf5 100644 --- a/build/packaging/smoke_test.py +++ b/build/packaging/smoke_test.py @@ -17,7 +17,7 @@ # Import custom ops. This requires portable_lib to be loaded first. from executorch.extension.llm.custom_ops import ( # noqa: F401, F403 - sdpa_with_kv_cache, + custom_ops, ) # usort: skip # Import quantized ops. This requires portable_lib to be loaded first.