Skip to content

Commit a0c36c1

Browse files
Require wandb>0.24.0 to avoid silent upload failures (#5011)
wandb SDK v0.24.0 has a known bug that causes run data to silently fail to upload. Bump the floor in lib/marin and lib/levanter. Fixes #5010 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
1 parent c86ed90 commit a0c36c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/levanter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"transformers>=4.57.1,<5.0",
4848
"chex>=0.1.86",
4949
"optax>=0.1.9,<0.2.7",
50-
"wandb>=0.17.8",
50+
"wandb>0.24.0",
5151
"draccus>=0.11.5",
5252
"pyarrow>=11.0.0",
5353
"zstandard>=0.18.0",

lib/marin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"toml",
4545
"tqdm",
4646
"tqdm-loggable",
47-
"wandb",
47+
"wandb>0.24.0",
4848
"warcio",
4949
"marin-zephyr",
5050
]

0 commit comments

Comments
 (0)