Skip to content

Commit 94fa1e0

Browse files
committed
eval poll 2m -> 1m
1 parent 9dfb2f0 commit 94fa1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval/eval_poller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def main(
237237
run_gcs_dir: str,
238238
base_model: str,
239239
wandb_run_id: str,
240-
poll_interval_sec: int = 60 * 2,
240+
poll_interval_sec: int = 60 * 1,
241241
sample_val: int | None = None, # may be fast enough to encode everything b/t saves. big enough to stay busy.
242242
truncate_dims: tuple[int, ...] = (64, 768),
243243
use_simple_precisions: bool = False,

0 commit comments

Comments
 (0)