This package browser is in early development. Mind the rough edges.

onnxruntime 1.22.0

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.

Installation

Install onnxruntime 1.22.0 as follows:

guix install onnxruntime@1.22.0

Or install the latest version:

guix install onnxruntime

The onnxruntime package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install onnxruntime:python

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.