Skip to content

Commit 0bd6159

Browse files
committed
remove redundant log_rollout_data
1 parent cde4ea2 commit 0bd6159

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

slime/backends/megatron_utils/actor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ def train(self, rollout_id: int, rollout_data_ref: Box) -> None:
358358

359359
with timer("data_preprocess"):
360360
rollout_data = self._get_rollout_data(rollout_data_ref)
361-
log_rollout_data(rollout_id, self.args, rollout_data)
362361

363362
if self.role == "critic":
364363
return self.train_critic(rollout_id, rollout_data)

0 commit comments

Comments
 (0)