Skip to content

Commit 753f87f

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 9d97753 + fa2e983 commit 753f87f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/models/llama/source_transformation/quantized_kv_cache.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
import executorch
2424

25+
from executorch.extension.pybindings import portable_lib # noqa # usort: skip
26+
2527
# Ideally package is installed in only one location but usage of
2628
# PYATHONPATH can result in multiple locations.
2729
# ATM this is mainly used in CI for qnn runner. Will need to revisit this

0 commit comments

Comments
 (0)