"docs/source/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "6de7021e6be4bff0aa9c3078db999a82d96b1e3a"
Fix CUDA build logic for _torchaudio.so (#1737)
It's wrong to depend on `${TORCH_LIBRARIES}` as it pulls in explicit
`libcuda.so.1` dependency, which violates the assumption that GPU
accelerated libraries should be loadable with no NVIDIA drivers installed
Instead, make it depend on `torch` target, which includes all necessary
Torch C++ API dependences
Showing
Please register or sign in to comment