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 8256103 commit da00740Copy full SHA for da00740
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.custom_ops import ( # noqa: F401, F403
20
- custom_ops_lib,
+from executorch.extension.llm.custom_ops import ( # noqa: F401, F403
+ custom_ops,
21
) # usort: skip
22
23
# Import quantized ops. This requires portable_lib to be loaded first.
0 commit comments