Open thewh1teagle opened 3 months ago
Could you fork this repo and add the extension by yourself?
You only need to start github actions to build the package.
请问有计划支持visionOS版本么?谢谢
请问有计划支持visionOS版本么?谢谢
这个要问微软了,不是我们能解决的
请问有计划支持visionOS版本么?谢谢
这个要问微软了,不是我们能解决的
这里 https://github.com/microsoft/onnxruntime/pull/20365 。 sherpa-onnx会出个visionOS版本么
Just provided pre-built onnxruntime.framework for vision os.
Please see https://github.com/csukuangfj/onnxruntime-libs/releases/tag/v1.19.2
However, developing vision os APPs requires a Mac Apple silicon computer, which I currently don't have. You need to change sherpa-onnx to include the above pre-built onnxruntime.
We would like to help you if you meet any issues.
Can you enable extensions for the libraries with the option
--use_extensions
This way we'll be able to use models optimization such as with https://gist.github.com/thewh1teagle/2ad98796179dfdde46801832fed930b1 https://github.com/thewh1teagle/whisper-ort And simplify it so we don't need to handle decoder / encoder / feature extraction.Thanks