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

Remove protobuf pin from training requirements #13695

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

baijumeswani
Copy link
Contributor

Description

In an earlier pull request #13596, I pinned the protobuf version to >= 3.20.0, <= 3.21.0 with the intention of fixing a build pipeline.

But the change did not fix the broken pipeline as can be seen from this run

Moreover, this change had an inadvertent effect on the ACPT nightly pipelines which require protobuf version 3.19.x to meet dependency requirements from other packages.

Moving forward, will keep the onnxruntime-training and onnxruntime requirements for protobuf the same.

@baijumeswani baijumeswani added the training issues related to ONNX Runtime training; typically submitted using template label Nov 18, 2022
@baijumeswani baijumeswani requested a review from a team as a code owner November 18, 2022 17:01
@baijumeswani baijumeswani requested a review from snnn November 18, 2022 17:03
@snnn
Copy link
Member

snnn commented Nov 18, 2022

It seems we can't upgrade our protobuf version to 3.20.x ? #13335

@baijumeswani
Copy link
Contributor Author

@snnn, I think we could. I didn't see any pipeline failures on onnxruntime-training side for this upgrade.
It other packages that ACPT image depends on require an older version. So, until they are upgraded, orttraining cannot be upgraded.

@baijumeswani baijumeswani merged commit fb85b31 into main Nov 22, 2022
@baijumeswani baijumeswani deleted the bmeswani/remove-protobuf-pin branch November 22, 2022 20:27
henrywu2019 pushed a commit to henrywu2019/onnxruntime that referenced this pull request Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training issues related to ONNX Runtime training; typically submitted using template
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants