pytorch
75945d54 - Properly propagates checkpoint wrapper args and kwargs (#99791)

Commit
1 year ago
Properly propagates checkpoint wrapper args and kwargs (#99791) It looks like passing `*args` and `**kwargs` to `checkpoint_wrapper()` does not work because someone forgot some `*`s. This adds them back in. Pull Request resolved: https://github.com/pytorch/pytorch/pull/99791 Approved by: https://github.com/awgu
Author
Committer
Parents
Loading