ONNX Runtime
the six Ws · specification
Developed and maintained by Microsoft with an open source community.
ONNX Runtime is a cross platform accelerated engine for running ONNX format machine learning models in production.
Hosted on GitHub at microsoft/onnxruntime and distributed via PyPI, NuGet and npm.
Released in 2018 and actively maintained.
It lets teams deploy a single exported model across CPUs, GPUs, mobile and edge hardware with consistent performance.
Supports execution providers for CUDA, TensorRT, OpenVINO, DirectML and CoreML among others.
MIT licensed, open source, maintained by Microsoft, roughly 21k GitHub stars.
alternatives
works with