termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.19k stars 3.02k forks source link

[Package]: Onnxruntime python package #21342

Closed afrhan-repo closed 1 month ago

afrhan-repo commented 1 month ago

Why is it worth to add this package?

ONNX Runtime is worth using because it offers cross-platform support, optimized performance, and interoperability for deploying machine learning models. It supports multiple frameworks, accelerates inference, and is highly customizable, making it ideal for production environments in android environment.

I need this because Chromadb (vector database) has dependency of Onnxruntime

Home page URL

https://onnxruntime.ai/

Source code URL

https://github.com/microsoft/onnxruntime

Packaging policy acknowledgement

Additional information

It doesn't require any special access.

licy183 commented 1 month ago

Please test the debs in https://github.com/termux/termux-packages/actions/runs/10723964688. Thanks!

afrhan-repo commented 1 month ago

Please test the debs in https://github.com/termux/termux-packages/actions/runs/10723964688. Thanks!

I have successfully load and run Onnx model (e.g. Alexnet) It also works perfectly with chromadb 😀.