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

feat(compression): add model compression tool #2939

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

rkuester
Copy link
Contributor

Add a library and CLI for compressing models.

Add bitarray to the Python third-party package dependencies.

BUG=#2636

Add a library and CLI for compressing models.

Add bitarray to the Python third-party package dependencies.

BUG=tensorflow#2636
"@absl_py//absl/flags",
"@flatbuffers//:runtime_py",
requirement("bitarray"),
requirement("flatbuffers"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

this duplicate with the above flatbuffer include? Prefer to keep the top one for easier sync for me.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, yes, that's redundant. Fixed in a603cd2.

Remove the dependency on the rules_python-provisioned flatbuffer
module. WORKSPACE (indirectly) already brings flatbuffer in as an
external repository. Use that instead.
@mergify mergify bot merged commit 233e936 into tensorflow:main Nov 26, 2024
51 of 52 checks passed
@rkuester rkuester deleted the feat-compression branch November 27, 2024 00:15
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.

3 participants