Skip to content

Commit 47cfa2a

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 05232bb + 1503d57 commit 47cfa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/custom_ops/custom_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
logging.info(f"Looking for libcustom_ops_aot_lib.so in {executorch_package_path }")
3232
libs = list(
3333
glob.glob(
34-
f"{executorch_package_path}/**/libquantized_ops_aot_lib.*", recursive=True
34+
f"{executorch_package_path}/**/libcustom_ops_aot_lib.*", recursive=True
3535
)
3636
)
3737
assert len(libs) == 1, f"Expected 1 library but got {len(libs)}"

0 commit comments

Comments
 (0)