k2-fsa / sherpa-onnx

Speech-to-text, text-to-speech, speaker diarization, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, C/C++, Python, Kotlin, C#, Go, NodeJS, Java, Swift, Dart, JavaScript, Flutter, Object Pascal, Lazarus, Rust
https://k2-fsa.github.io/sherpa/onnx/index.html
Apache License 2.0
3.68k stars 427 forks source link

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

Open moorecj opened 2 months ago

moorecj commented 2 months ago

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

csukuangfj commented 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