Skip to content

Commit a71e9ec

Browse files
committed
fix missing config in compile.sh
1 parent d58c744 commit a71e9ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Docker/scripts/compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ qnn-model-lib-generator -c "${tmp_output}/${name}.cpp" -b "${tmp_output}/${name}
165165
backend="${QNN_SDK_ROOT}/lib/x86_64-linux-clang/libQnnHtp.so"
166166
qnn-context-binary-generator --backend "${backend}" \
167167
--model "${tmp_output}/x86_64-linux-clang/lib${name}.so" --binary_file "${name}.serialized" \
168+
--config_file /opt/config/HtpConfigFile.json \
168169
--output_dir "${tmp_output}"
169170
#fi
170171

0 commit comments

Comments
 (0)