Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pi-top/onnxruntime-arm
Latest onnxrunner releases for ARM
https://github.com/pi-top/onnxruntime-arm
Last synced: about 1 month ago
JSON representation
Latest onnxrunner releases for ARM
- Host: GitHub
- URL: https://github.com/pi-top/onnxruntime-arm
- Owner: pi-top
- Created: 2021-04-20T17:33:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T19:07:26.000Z (over 3 years ago)
- Last Synced: 2023-03-04T02:57:33.883Z (almost 2 years ago)
- Language: Dockerfile
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# onnxruntime-arm
This repository is a build pipeline for producing a Python wheel for [onnxruntime](https://github.com/microsoft/onnxruntime/) for ARM32 / 32-bit ARM / armhf / ARM.
Whilst this is intended for use with [pi-top's Python SDK](https://github.com/pi-top/pi-top-Python-SDK/), it should be suitable for anyone looking to use onnxruntime with Python on a Raspberry Pi.
### TODO
Soon
* Push wheel to PyPI as an unofficial port to make it available immediately
* Create a Debian package from the wheel (wheel2deb?)Later
* Try to resolve upstream issues - can onnxruntime provide source to PyPI so that piwheels can manage the arm32 build?