Update rl.py
This commit is contained in:
parent
a5016481c5
commit
4ecc4c3500
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ def _patch_trl_rl_trainers(trainer_file = "grpo_trainer"):
|
|||
# Add statistics as well!
|
||||
extra_args += \
|
||||
"from unsloth_zoo.logging_utils import PatchRLStatistics\n"\
|
||||
f"PatchRLStatistics('{trainer_file}')\n"
|
||||
f"PatchRLStatistics('{trainer_file}')\n"\
|
||||
"print(args)\n"
|
||||
|
||||
# Create RLTrainer args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue