onnxruntime
Cross-platform, high performance scoring engine for ML models
ONNX Runtime is a performance-focused complete scoring engine for Open Neural Network Exchange (ONNX) models, with an open extensible architecture to continually address the latest developments in AI and Deep Learning. ONNX Runtime stays up to date with the ONNX standard with complete implementation of all ONNX operators, and supports all ONNX releases (1.2+) with both future and backwards compatibility.
- Versions: 1.22.0
- Website: https://github.com/microsoft/onnxruntime
- Licenses: Expat
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of onnxruntime
as follows:
guix install onnxruntime
Or install a particular version:
guix install onnxruntime@1.22.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of onnxruntime about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/onnxruntime'><img src='https://packages.guix.gnu.org/packages/onnxruntime/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/onnxruntime)
Example Org:
[[https://packages.guix.gnu.org/packages/onnxruntime][https://packages.guix.gnu.org/packages/onnxruntime/badges/latest-version.svg]]