Skip to content

Commit 5460a5d

Browse files
committed
Update on "[Executorch][BE] Rename sdpa_with_kv_cache.py to custom_ops.py"
Because now we have more than sdpa_with_kv_cache in it Differential Revision: [D66269486](https://our.internmc.facebook.com/intern/diff/D66269486/) [ghstack-poisoned]
2 parents a2b9b82 + 7258587 commit 5460a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/eval_llama_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(
102102

103103
# Note: import this after portable_lib
104104
from executorch.extension.llm.custom_ops import ( # noqa
105-
sdpa_with_kv_cache, # usort: skip
105+
custom_ops, # usort: skip
106106
)
107107
from executorch.kernels import quantized # noqa
108108

0 commit comments

Comments
 (0)