Skip to content

Commit

Permalink
Remove libonnxruntime_providers_cuda.so as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Aug 3, 2024
1 parent 561d04d commit bfdb310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sherpa-onnx/csrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bfdb310

Please sign in to comment.