Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/packaging/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
from executorch.extension.pybindings import portable_lib # usort: skip

# 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,
from executorch.extension.llm.custom_ops.custom_ops import ( # noqa: F401, F403
custom_ops_lib,
) # usort: skip

# Import quantized ops. This requires portable_lib to be loaded first.
Expand Down
Loading