Merge branch 'main' into nightly

This commit is contained in:
Daniel Han 2025-02-13 15:02:56 -08:00
commit b236867192

View file

@ -565,7 +565,8 @@ pass
def PatchFastRL(algorithm = None, FastLanguageModel = None):
if FastLanguageModel is not None: PatchRL(FastLanguageModel)
patch_trl_rl_trainers()
if algorithm is not None: PatchRLStatistics(algorithm)
return
# if FastLanguageModel is not None: PatchRL(FastLanguageModel)
# patch_trl_rl_trainers()
# if algorithm is not None: PatchRLStatistics(algorithm)
pass