Update rl_replacements.py
This commit is contained in:
parent
13c23a336d
commit
d7e0f8442e
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ def grpo_trainer__get_per_token_logps(function_name, function):
|
|||
replacer = \
|
||||
"if not hasattr(self, '_autocast_dtype'):\n" + \
|
||||
" "*spaces + "self._autocast_dtype = torch.float16 if os.environ.get('ACCELERATE_MIXED_PRECISION', 'fp16') == 'fp16' else torch.bfloat16\n" + \
|
||||
"with torch.amp.autocast(device_type = 'cuda', dtype = self._autocast_dtype):\n" + \
|
||||
" "*spaces + "with torch.amp.autocast(device_type = 'cuda', dtype = self._autocast_dtype):\n" + \
|
||||
" "*spaces + original
|
||||
function = function.replace(original, replacer)
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue