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

tbdev turndown: remove now-unused code in tensorboard/uploader #6705

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

nfelt
Copy link
Collaborator

@nfelt nfelt commented Dec 20, 2023

Resolves #6603

This removes a sizable chunk of the code in the tensorboard/uploader subdirectory, now that we've disabled the TensorBoard.dev uploader in #6707. It also removes several Pip package deps that were only needed for the removed code.

The remaining code (logdir_loader.py, upload_tracker.py, util.py, their tests, and the protos) is preserved because it is still depended on either by internal code or by Cloud AI Platform.

Note that for util.py, I've removed everything except RateLimiter since that was the only symbol where I could find outside dependencies. To simplify the test code I also folded FakeTime from test_util.py into util_test.py.

Tested with an internal sync to confirm tests will still pass (once a few other changes land).

@nfelt nfelt force-pushed the tbdev-removal branch 2 times, most recently from 3f5ead9 to 297d90e Compare December 20, 2023 20:35
@nfelt nfelt added the tbdev TensorBoard.dev label Dec 20, 2023
@nfelt nfelt changed the title tbdev turndown: delete uploader and replace with shim tbdev turndown: remove now-unused code in tensorboard/uploader Jan 5, 2024
@nfelt nfelt marked this pull request as ready for review January 6, 2024 00:10
@nfelt nfelt requested a review from bmd3k January 6, 2024 00:10
@nfelt nfelt merged commit d953b53 into tensorflow:master Jan 8, 2024
13 checks passed
@nfelt nfelt deleted the tbdev-removal branch January 8, 2024 23:27
nfelt added a commit that referenced this pull request Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tbdev TensorBoard.dev
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eliminate dependency on google-auth
2 participants