Skip to content
Open
Changes from all commits
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
2 changes: 2 additions & 0 deletions trl/trainer/grpo_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ def __init__(
compute_loss_func="non-None value to disable scaling",
)

self.current_gradient_accumulation_steps = args.gradient_accumulation_steps

# Reference model
self.beta = args.beta
if self.beta == 0.0:
Expand Down