Skip to content

Commit da00740

Browse files
committed
Update
[ghstack-poisoned]
1 parent 8256103 commit da00740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/packaging/smoke_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
from executorch.extension.pybindings import portable_lib # usort: skip
1717

1818
# 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,
19+
from executorch.extension.llm.custom_ops import ( # noqa: F401, F403
20+
custom_ops,
2121
) # usort: skip
2222

2323
# Import quantized ops. This requires portable_lib to be loaded first.

0 commit comments

Comments
 (0)