Disable CUDA acceleration
gianderiu opened this issue · 0 comments
gianderiu commented
It would be helpful if the user could choose whether to use or not the CUDA acceleration even when CUDA is available in the machine.
For example, in the code I'm running, the model is too big to fit the GPU memory so I have to disable CUDA but the Nemo library has hardcoded checks which enable it and lead to errors.