Skip to content

Commit 561616a

Browse files
committed
test
1 parent 564d89c commit 561616a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/scripts/test_backend_linux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if [[ "$FLOW" == *qnn* ]]; then
3333
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
3434
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
3535
QNN_X86_LIB_DIR=`realpath build-x86/lib/`
36-
QNN_SDK_ROOT="/tmp/qnn/2.28.0.241029"
3736
export LD_LIBRARY_PATH"=$QNN_X86_LIB_DIR:$QNN_SDK_ROOT/lib/x86_64-linux-clang/:${LD_LIBRARY_PATH:-}"
3837

3938
# TODO Get SDK root from install scripts

0 commit comments

Comments
 (0)