Remove libonnxruntime_providers_cuda.so as a dependency. (#1210)

This commit is contained in:
Fangjun Kuang
2024-08-03 16:25:23 +08:00
committed by GitHub
parent 561d04dd92
commit d5f486878d

View File

@@ -189,7 +189,6 @@ target_link_libraries(sherpa-onnx-core
if(SHERPA_ONNX_ENABLE_GPU)
target_link_libraries(sherpa-onnx-core
onnxruntime_providers_cuda
onnxruntime_providers_shared
)
endif()