Open moorecj opened 2 months ago
Is there documentation on what CUDA toolkits are compatile with each version of sherpa-onnx?
It depends on which version of onnxruntime you are using.
We have been using onnxruntime 1.17.1 for a long time.
Please have a look at https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html
I am using the C# on windows and was able to get things working with CUDA 11.8. I am trying to find a common toolkit with another part of my code that also requires the CUDA toolkit.
Is there documentation on what CUDA toolkits are compatile with each version of sherpa-onnx?
Thanks