Update rl_replacements.py
This commit is contained in:
parent
55bfcea4c8
commit
d83d3fdc53
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ def grpo_trainer__get_per_token_logps(function_name, function):
|
|||
if function_name != "_get_per_token_logps": return function
|
||||
|
||||
def _get_per_token_logps(self, model, input_ids, attention_mask, logits_to_keep):
|
||||
if True: #os.environ.get('UNSLOTH_USE_NEW_MODEL', '0') == '0':
|
||||
if True: # os.environ.get('UNSLOTH_USE_NEW_MODEL', '0') == '0':
|
||||
return None # Unsloth efficient GRPO
|
||||
# Otherwise, calculate normally:
|
||||
if not hasattr(self, '_autocast_dtype'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue