Remove the comment.
This commit is contained in:
parent
a94391d966
commit
bef0371cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ def grpo_trainer__generate_and_score_completions(function_name, function):
|
|||
function = patched
|
||||
|
||||
function = function.replace(
|
||||
" return output", # 8 spaces before 'return'
|
||||
" return output",
|
||||
""" if not _was_training:
|
||||
self.model.for_inference()
|
||||
return output"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue