File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1064,12 +1064,6 @@ if (onnxruntime_USE_QNN)
1064
1064
${QNN_LIB_FILES}
1065
1065
$<TARGET_FILE_DIR:${build_output_target} >/onnxruntime/capi/
1066
1066
)
1067
- add_custom_command (
1068
- TARGET onnxruntime_pybind11_state POST_BUILD
1069
- COMMAND ${CMAKE_COMMAND} -E copy
1070
- $<TARGET_FILE:ep_weight_sharing_ctx_gen>
1071
- $<TARGET_FILE_DIR:${build_output_target} >/onnxruntime/capi/
1072
- )
1073
1067
if (EXISTS "${onnxruntime_QNN_HOME} /Qualcomm AI Hub Proprietary License.pdf" )
1074
1068
add_custom_command (
1075
1069
TARGET onnxruntime_pybind11_state POST_BUILD
Original file line number Diff line number Diff line change @@ -373,7 +373,6 @@ def finalize_options(self):
373
373
"libQnnSaver.so" ,
374
374
"libQnnSystem.so" ,
375
375
"libHtpPrepare.so" ,
376
- "ep_weight_sharing_ctx_gen" ,
377
376
]
378
377
dl_libs .extend (qnn_deps )
379
378
if nightly_build :
You can’t perform that action at this time.
0 commit comments