dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.36k stars 481 forks source link

Adjusted onnxruntime versioning #720

Closed ms1design closed 2 days ago

johnnynunez commented 1 week ago

No description provided.

1.21? is coming in february 2025 https://onnxruntime.ai/roadmap

ms1design commented 1 week ago

It's future proof as ms already bumped the version in https://raw.githubusercontent.com/microsoft/onnxruntime/refs/heads/main/VERSION_NUMBER on the main branch used as source for 1.20.0 here. In effect of that the 1.21.0 is requested and the pip builded wheel is 1.21.0 because of that change.

I set the 1.20.0 as the default so the pip and tarball versions are in sync.