fix(doc): add act checkpointing migration to fsdp2 docs (#3193) [skip ci]

This commit is contained in:
NanoCode012
2025-10-10 10:57:50 +07:00
committed by GitHub
parent 08b8fa62cc
commit 153edcfe79

View File

@@ -88,6 +88,7 @@ fsdp_sync_module_states | **REMOVED**
fsdp_cpu_ram_efficient_loading | cpu_ram_efficient_loading
fsdp_state_dict_type | state_dict_type
fsdp_use_orig_params | **REMOVED**
fsdp_activation_checkpointing | activation_checkpointing
For more details, please see the migration guide in the [torchtitan repo](https://github.com/pytorch/torchtitan/blob/main/docs/fsdp.md). In Axolotl,
if you were using the following FSDP1 config: