We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277cb22 commit 9ebc230Copy full SHA for 9ebc230
train.py
@@ -15,6 +15,7 @@ def train(args):
15
# allocate the GPUs
16
pgs = create_placement_groups(args)
17
wandb_run_id = init_wandb_primary(args)
18
+ args.wandb_run_id = wandb_run_id
19
20
# create the rollout manager, with sglang engines inside.
21
# need to initialize rollout manager first to calculate num_rollout
train_async.py
@@ -10,6 +10,7 @@ def train(args):
10
11
12
13
14
0 commit comments