csukuangfj / onnxruntime-libs

onnxruntime pre-compiled libs
68 stars 16 forks source link

Enable extensions options #21

Open thewh1teagle opened 1 month ago

thewh1teagle commented 1 month ago

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

csukuangfj commented 4 weeks ago

Could you fork this repo and add the extension by yourself?

You only need to start github actions to build the package.

cugbwxc commented 1 week ago

请问有计划支持visionOS版本么?谢谢

csukuangfj commented 1 week ago

请问有计划支持visionOS版本么?谢谢

这个要问微软了,不是我们能解决的

cugbwxc commented 1 week ago

请问有计划支持visionOS版本么?谢谢

这个要问微软了,不是我们能解决的

这里 https://github.com/microsoft/onnxruntime/pull/20365 。 sherpa-onnx会出个visionOS版本么

csukuangfj commented 1 week ago

Just provided pre-built onnxruntime.framework for vision os.

Please see https://github.com/csukuangfj/onnxruntime-libs/releases/tag/v1.19.2

Screenshot 2024-09-07 at 22 36 33

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.