Skip to content

Commit

Permalink
Update test_qnn_model.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
guangy10 authored Aug 16, 2024
1 parent 9452c42 commit af6e834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/test_qnn_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -ex

# shellcheck source=/dev/null
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
source "./build-qnn-sdk.sh"
source "$(dirname "${BASH_SOURCE[0]}")/build-qnn-sdk.sh"

MODEL_NAME=$1
if [[ -z "${MODEL_NAME:-}" ]]; then
Expand Down

0 comments on commit af6e834

Please sign in to comment.