File tree Expand file tree Collapse file tree
examples/qualcomm/oss_scripts/llama/artifacts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ build_qnn_backend() {
1818 export EXECUTORCH_ROOT=" $( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) /../.." && pwd) "
1919
2020 parallelism=$(( $(nproc) - 1 ))
21- bash backends/qualcomm/scripts/build.sh --skip_linux_android --skip_linux_embedded -- job_number ${parallelism} --release
21+ bash backends/qualcomm/scripts/build.sh --skip_linux_android --job_number ${parallelism} --release
2222}
2323
2424set_up_aot () {
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ def setUpClass(cls):
195195 adb = SimpleADB (
196196 qnn_sdk = os .getenv ("QNN_SDK_ROOT" ),
197197 build_path = cls .build_folder ,
198+ direct_mode_build_path = cls .direct_build_folder ,
198199 pte_path = [],
199200 workspace = "/data/local/tmp/qnn_executorch_test" ,
200201 device_id = cls .device ,
You can’t perform that action at this time.
0 commit comments