You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tbdev turndown: No longer allow usage of tensorboard dev upload. (#6638)
In this step of the TensorBoard.dev turndown, we remove the ability to
upload via the `tensorboard dev upload` command.
Instead, when a user invokes `tensorboard dev upload`, we print the
following message, which is similar to the message we currently return
in the server info from TensorBoard.dev backends:
```
****************************************************************
****************************************************************
****************************************************************
Uploading TensorBoard logs to https://tensorboard.dev/ is no longer
supported.
TensorBoard.dev is shutting down.
Please export your experiments by Dec 31, 2023.
See the FAQ at https://tensorboard.dev.
****************************************************************
****************************************************************
****************************************************************
```
We also remove a bunch of upload-specific code.
Testing:
I tested the changes by trying some version of the following commands:
`bazel run tensorboard -- dev auth revoke`
`bazel run tensorboard -- dev upload`
`bazel run tensorboard -- dev list`
`bazel run tensorboard -- dev update-metadata`
`bazel run tensorboard -- dev delete`
`bazel run tensorboard -- dev export`
0 commit comments