Skip to content

ONNX Dependency

Faith Xu edited this page Mar 15, 2021 · 1 revision

ONNX Dependency

ONNX Runtime uses ONNX as a submodule.

In most circumstances, ONNX Runtime releases will use official ONNX release commit ids. During the development period between ORT releases, it's possible that the ONNX commit id may not correspond to an official ONNX release, but this should snap to an ONNX release commit by the time the ORT release branch is cut.

In special circumstances, a non-release ONNX commit id may be used in an official ORT release, but this is always a temporary solution until ORT can snap to the next official ONNX release.