Skip to content

Commit 6316cb6

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 7cfd7ce commit 6316cb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci/scripts/test_model.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,8 @@ test_model_with_qnn() {
152152
source "$(dirname "${BASH_SOURCE[0]}")/build-qnn-sdk.sh"
153153
echo "ANDROID_NDK_ROOT: $ANDROID_NDK_ROOT"
154154
echo "QNN_SDK_ROOT: $QNN_SDK_ROOT"
155-
echo "EXECUTORCH_ROOT: $EXECUTORCH_ROOT"
156155

157156
export LD_LIBRARY_PATH=$QNN_SDK_ROOT/lib/x86_64-linux-clang/
158-
export PYTHONPATH=$EXECUTORCH_ROOT/..
159157

160158
if [[ "${MODEL_NAME}" == "dl3" ]]; then
161159
EXPORT_SCRIPT=deeplab_v3

0 commit comments

Comments
 (0)