Committed by
GitHub
Remove libonnxruntime_providers_cuda.so as a dependency. (#1210)
正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -189,7 +189,6 @@ target_link_libraries(sherpa-onnx-core | @@ -189,7 +189,6 @@ target_link_libraries(sherpa-onnx-core | ||
| 189 | 189 | ||
| 190 | if(SHERPA_ONNX_ENABLE_GPU) | 190 | if(SHERPA_ONNX_ENABLE_GPU) |
| 191 | target_link_libraries(sherpa-onnx-core | 191 | target_link_libraries(sherpa-onnx-core |
| 192 | - onnxruntime_providers_cuda | ||
| 193 | onnxruntime_providers_shared | 192 | onnxruntime_providers_shared |
| 194 | ) | 193 | ) |
| 195 | endif() | 194 | endif() |
-
请 注册 或 登录 后发表评论