Conversation
Contributor
Author
This was referenced Dec 16, 2025
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
6dad490 to
64d0075
Compare
4d0801b to
d43372e
Compare
64d0075 to
e11cc68
Compare
d43372e to
1c8dfc1
Compare
e11cc68 to
2d1f334
Compare
1c8dfc1 to
101dc65
Compare
This was referenced Dec 19, 2025
2d1f334 to
b1d7892
Compare
101dc65 to
a45bba6
Compare
b1d7892 to
33e69dc
Compare
a45bba6 to
ee72016
Compare
33e69dc to
ecfd29f
Compare
62a641b to
5247dc4
Compare
ecfd29f to
0ae4be1
Compare
28adc90 to
7e4072b
Compare
1d9c89b to
20a829c
Compare
5623e85 to
e60e6b2
Compare
8094f62 to
bb30aa2
Compare
e60e6b2 to
8254816
Compare
8254816 to
635934f
Compare
bb30aa2 to
e855a3e
Compare
jacobromero
approved these changes
Dec 30, 2025
635934f to
c4b45fd
Compare
e855a3e to
a61b235
Compare
a61b235 to
c88d631
Compare
22e7a4f to
52cd2d9
Compare
c88d631 to
d62137f
Compare
d62137f to
30e4b54
Compare
52cd2d9 to
89e2351
Compare
30e4b54 to
d232bdf
Compare
Contributor
Author
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes WB-27693 and #2887.
Adds the
--liveoption towandb beta syncto allow syncing a run while it is being logged.This only uploads data as it appears in the run's
.wandbfile, which has some consequences:This behavior can be improved by flushing more frequently.
For now, this should be considered an interactive mode: it may hang if the run stops updating its transaction log before it is done, requiring manually killing the process with Ctrl+C. This can be improved by having all runs create and update a heartbeat file to allow crash detection.