Skip to content

Commit 318068e

Browse files
committed
Enable online wandb logging
1 parent 7ea9126 commit 318068e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/train_grpo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ def train_with_retry(config: TrainingConfig) -> int:
318318
"""Run training with retry logic."""
319319
from verifiers.rl.trainer import RLConfig, RLTrainer
320320

321-
# Set WandB to offline to prevent network errors from crashing
322-
os.environ["WANDB_MODE"] = "offline"
323321
os.environ["WANDB_PROJECT"] = config.wandb_project
324322

325323
print("=" * 60)

0 commit comments

Comments
 (0)