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

[tfjs-converter] remove manual protobuf version lock #7555

Merged
merged 2 commits into from
Apr 7, 2023

Conversation

pyu10055
Copy link
Collaborator

@pyu10055 pyu10055 commented Apr 6, 2023

fixed #7553
To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.


This change is Reviewable

@pyu10055 pyu10055 requested a review from mattsoulanille April 6, 2023 20:55
@@ -1,7 +1,6 @@
flax>=0.6.2,<0.6.3
jax>=0.3.16
importlib_resources>=5.9.0
protobuf<3.20,>=3.9.2
Copy link
Member

Choose a reason for hiding this comment

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

Does TFJS converter require protobuf, or was this just to pin the version TensorFlow downloaded?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It was just to pin the version due to cloud build failed to figure out the deps tree.

@pyu10055 pyu10055 requested a review from Linchenn April 6, 2023 21:56
Copy link
Member

@mattsoulanille mattsoulanille left a comment

Choose a reason for hiding this comment

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

LGTM

@pyu10055 pyu10055 merged commit 925a206 into master Apr 7, 2023
@pyu10055 pyu10055 deleted the protobuf_version branch April 7, 2023 17:08
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.

Python tensorflowjs>3.18.0 incompatible with tensorflow 2.12.0 (protobuf version mismatch)
3 participants