I ivan2getdmodelz2 New Member Jul 18, 2025 #1 Is CUDA support natively available in the linux version of the localvocal plugin, or does it need to be built from source to make it use nvidia GPUs?
Is CUDA support natively available in the linux version of the localvocal plugin, or does it need to be built from source to make it use nvidia GPUs?
stephematician Member Sep 3, 2025 #3 At a quick glance (at the project's CMakeLists.txt on GitHub): it looks like the ONNX runtime is locked to CPU for the Linux build. You could try adapting this script to whatever distribution you use: https://github.com/royshil/obs-localvocal/issues/198
At a quick glance (at the project's CMakeLists.txt on GitHub): it looks like the ONNX runtime is locked to CPU for the Linux build. You could try adapting this script to whatever distribution you use: https://github.com/royshil/obs-localvocal/issues/198