Skip to content

Releases: microsoft/onnxruntime

ONNX Runtime v0.2.1

11 Feb 21:54
e12e4c4

Choose a tag to compare

Key Updates:

  • ONNX Runtime C# packages are now available for Linux, with GPU support for both Windows and Linux. Find the APIs and package downloads here.
  • The C API has been updated and is now in Beta (previously: experimental). This version is expected to be mostly stable, though may adapt to ensure support of usage needs
  • Support of additional operators with MKL-DNN: Relu, Sum, BatchNormalization

Release Notes

  • The prebuilt-binaries in the CPU builds of the release require OpenMP at runtime. For Linux systems, it requires libgomp.so.1 to be installed. If OnnxRuntime fails to load, please try installing libgomp1.
  • The binaries in the GPU builds require CUDA 9.1 and CuDNN 7.1 runtime libraries to be available in the system. For the Windows NuGet package of the v0.2.1 release, this is CUDA 10.0 and CuDNN 7.3 instead.

ONNX Runtime v0.1.5

01 Dec 02:35

Choose a tag to compare

This is just a minor patch to the previous 0.1.4 release.

ONNX Runtime v0.1.4

29 Nov 16:17
e8db06e

Choose a tag to compare

This is the first open source release of ONNX Runtime.