Closed msaroufim closed 5 months ago
Name | Link |
---|---|
Latest commit | d16a5c23f13fcd9372a83d843aa6f61647c33c0e |
Latest deploy log | https://app.netlify.com/sites/pytorch-examples-preview/deploys/667fa9009bec590008d0a754 |
I think the arg signature changed for the checkpoint wrapper. We should remove this line: https://github.com/pytorch/examples/blob/26de41904319c7094afc53a3ee809de47112d387/distributed/FSDP/policies/activation_checkpointing_functions.py#L16
This fixes https://github.com/pytorch/examples/issues/1210
Enabling AC is enabling compile by default which is then failing to handle the cpu offloading flag for FSDP?
This is broken on 2.2, 2.3 and nightlies
cc @awgu @anijain2305