microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

Home Page:https://onnxruntime.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Documentation] ORT Format Model Version Table Needs Update

RyanRio opened this issue · comments

Describe the documentation issue

The documentation for the ORT model format version support -

image

needs an update (for v6 support) for the latest ONNX runtime versions. From my testing v6 isn't supported by 1.15.1, is the only way to convert to an earlier version to downgrade the python conversion tool to an earlier version? There's no argument there, so that process could be useful documentation as well.

Page / URL

https://onnxruntime.ai/docs/performance/model-optimizations/ort-format-models.html

Actually, for is the only way to convert to an earlier version to downgrade the python conversion tool to an earlier version I think this covers it -

If you are building ONNX Runtime from source (custom, reduced or minimal builds), you must match the python package version to the branch of the ONNX Runtime repository you checked out.

We don't generally support forwards compatibility. v6 was introduced in ORT 1.16.0 so the minimum version you would be able to use a v6 model in is 1.16.0.