onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

[Documentation] ORT Format Model Version Table Needs Update

Open RyanRio opened this issue 1 year ago • 2 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

RyanRio avatar May 13 '24 18:05 RyanRio

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.

RyanRio avatar May 13 '24 19:05 RyanRio

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.

edgchen1 avatar May 14 '24 21:05 edgchen1