Skip to content

Commit e2277ac

Browse files
pytorchbotSS-JIA
andauthored
Fix wheel build CI jobs (#7372)
ghstack-source-id: f077c82 Pull Request resolved: #7367 Co-authored-by: Stephen Jia <[email protected]> (cherry picked from commit 18142f7)
1 parent 9069017 commit e2277ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/packaging/smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Import custom ops. This requires portable_lib to be loaded first.
1919
from executorch.extension.llm.custom_ops import ( # noqa: F401, F403
20-
sdpa_with_kv_cache,
20+
custom_ops,
2121
) # usort: skip
2222

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

0 commit comments

Comments
 (0)