Skip to content

Commit 317fa7c

Browse files
committed
Update base for Update on "[Executorch] Add quantized kv cache to oss ci"
Fixes to make sure quantized kv cache works in oss Differential Revision: [D66269487](https://our.internmc.facebook.com/intern/diff/D66269487/) [ghstack-poisoned]
1 parent d38acb4 commit 317fa7c

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)