sherpa-onnx
sherpa-onnx copied to clipboard
[draft] Support OpenVINO as Execution Provider
trafficstars
These are hack codes for anyone who wants to try OpenVINO as Execution Provider
Prerequisites: Follow this wiki to setup OpenVINO toolkit and build ONNX Runtime
After building ONNX Runtime from source, copy the generated dlls/libs and include folder to sherpa-onnx's build\_deps\onnxruntime-src
Conclusion: OpenVINO EP performs a little bit worse than CPU EP:
- OpenVINO EP RTF(0.094)
- CPU EP RTF(0.08)