Update rl.py
This commit is contained in:
parent
e58b548a95
commit
fef409112c
1 changed files with 1 additions and 1 deletions
|
|
@ -453,5 +453,5 @@ pass
|
|||
def PatchFastRL(algorithm = "GRPO", FastLanguageModel = None):
|
||||
if FastLanguageModel is not None: PatchRL(FastLanguageModel)
|
||||
patch_trl_rl_trainers()
|
||||
if algorithm is nont None: PatchRLStatistics(algorithm)
|
||||
if algorithm is not None: PatchRLStatistics(algorithm)
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue