Replies: 1 comment 1 reply
-
ONNX 1.14 just released. onnx/onnx#5203 . We will bring the tag to our 1.15 release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ONNX Runtime 1.15 will be released later this month. Release candidate builds are available now for testing. If you encounter issues, please report them by responding in this issue.
Release branch: rel-1.15.0
Release manager: @snnn
All python, nuget and Jave packages are available at https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly
For example, you may install the "ort-nightly" python package in a way like:
python -m pip install coloredlogs flatbuffers numpy packaging protobuf sympy
python -m pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort_nightly==1.15.0.dev20230502003 (Change the package name or version as needed)
The NPM test packages are available at www.npmjs.com. You can use the following links to find them:
Beta Was this translation helpful? Give feedback.
All reactions