Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MOD: format code
  • Loading branch information
hgtcwl committed Nov 17, 2025
commit f8a1bdc78c92b91e27360333533ae0e4ebd5aa32
3 changes: 2 additions & 1 deletion verl/trainer/ppo/ray_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1317,4 +1317,5 @@ def fit(self):
# in favor of a general-purpose data buffer pool
if hasattr(self.train_dataset, "on_batch_end"):
# The dataset may be changed after each training batch
self.train_dataset.on_batch_end(batch=batch)
self.train_dataset.on_batch_end(batch=batch)