Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ONNX release, IR, and opset versions for v1.10.0 #3587

Merged
merged 3 commits into from
Jul 21, 2021

Conversation

rajeevsrao
Copy link
Contributor

Description

  • Update ONNX release version to 1.10.0
  • Update ONNX IR version to 8
  • Update ONNX opset version to 15

Motivation and Context

  • Preparation for ONNX release v1.10.0

@rajeevsrao rajeevsrao requested review from a team as code owners July 16, 2021 09:28
VERSION_NUMBER Outdated
@@ -1 +1 @@
1.9.0
1.9.100
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest changing this to 1.10.0 in master.... In release branch create a new PR to just change the version in this file to 1.9.100

The idea is any new PR going into master post this PR is merged will be towards the next release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - will use 1.9.100 only on the release branch.

Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
@@ -8,6 +8,6 @@
namespace ONNX_NAMESPACE {

// Represents the most recent release version. Updated with every release.
constexpr const char* LAST_RELEASE_VERSION = "1.9.0";
constexpr const char* LAST_RELEASE_VERSION = "1.9.100";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 1.10.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switched it back to 1.10 based on comments.

@askhade askhade enabled auto-merge (squash) July 21, 2021 19:01
@askhade askhade merged commit 41afdc0 into onnx:master Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants