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 4f16951 commit eb5a1a3Copy full SHA for eb5a1a3
build/packaging/smoke_test.py
@@ -17,7 +17,7 @@
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,
+ custom_ops,
21
) # usort: skip
22
23
# Import quantized ops. This requires portable_lib to be loaded first.
0 commit comments