Update rl.py
This commit is contained in:
parent
12912022f4
commit
251066289d
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ def _patch_trl_rl_trainers(trainer_file = "grpo_trainer"):
|
|||
if trainer_file in RL_METRICS_CHANGES:
|
||||
process_extra_args = RL_METRICS_CHANGES[trainer_file]
|
||||
for process_extra_arg in process_extra_args:
|
||||
other_metrics_processor += process_extra_arg(call_args, extra_args)
|
||||
other_metrics_processor += process_extra_arg(old_RLTrainer_source, old_RLConfig_source)
|
||||
pass
|
||||
|
||||
# Add statistics as well!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue