We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab4399 commit 84dddf5Copy full SHA for 84dddf5
build/packaging/smoke_test.py
@@ -16,8 +16,8 @@
16
from executorch.extension.pybindings import portable_lib # usort: skip
17
18
# Import custom ops. This requires portable_lib to be loaded first.
19
-from executorch.extension.llm.custom_ops import ( # noqa: F401, F403
20
- sdpa_with_kv_cache,
+from executorch.extension.llm.custom_ops.custom_ops import ( # noqa: F401, F403
+ custom_ops_lib,
21
) # usort: skip
22
23
# Import quantized ops. This requires portable_lib to be loaded first.
0 commit comments