Skip to content

Commit 1c93b02

Browse files
committed
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]
2 parents 48dc7ce + 532d80b commit 1c93b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/custom_ops/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def define_common_targets():
8181
runtime.python_library(
8282
name = "custom_ops_aot_py",
8383
srcs = [
84-
"sdpa_with_kv_cache.py",
84+
"custom_ops.py",
8585
],
8686
visibility = [
8787
"//executorch/...",

0 commit comments

Comments
 (0)