Update _utils.py
This commit is contained in:
parent
6bef8f1c3c
commit
9ccbc0ed1f
1 changed files with 1 additions and 1 deletions
|
|
@ -910,7 +910,7 @@ class Unsloth_Offloaded_Gradient_Checkpointer(torch.autograd.Function):
|
|||
pass
|
||||
|
||||
|
||||
@torch._disable_dynamo
|
||||
# @torch._disable_dynamo
|
||||
def unsloth_offloaded_gradient_checkpoint(function, *args, use_reentrant = None, **kwargs):
|
||||
return Unsloth_Offloaded_Gradient_Checkpointer.apply(function, *args)
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue