sherpa-onnx icon indicating copy to clipboard operation
sherpa-onnx copied to clipboard

Where can I find the compatiple CUDA toolkit version for each release?

Open moorecj opened this issue 1 year ago • 1 comments

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

moorecj avatar Sep 20 '24 13:09 moorecj

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

csukuangfj avatar Sep 21 '24 08:09 csukuangfj