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)
10641064 ${QNN_LIB_FILES}
10651065 $<TARGET_FILE_DIR:${build_output_target} >/onnxruntime/capi/
10661066 )
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- )
10731067 if (EXISTS "${onnxruntime_QNN_HOME} /Qualcomm AI Hub Proprietary License.pdf" )
10741068 add_custom_command (
10751069 TARGET onnxruntime_pybind11_state POST_BUILD
Original file line number Diff line number Diff line change @@ -373,7 +373,6 @@ def finalize_options(self):
373373 "libQnnSaver.so" ,
374374 "libQnnSystem.so" ,
375375 "libHtpPrepare.so" ,
376- "ep_weight_sharing_ctx_gen" ,
377376 ]
378377 dl_libs .extend (qnn_deps )
379378 if nightly_build :
You can’t perform that action at this time.
0 commit comments