From 153edcfe7903170ceb9f71e36f2638add455e5c8 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 10 Oct 2025 10:57:50 +0700 Subject: [PATCH] fix(doc): add act checkpointing migration to fsdp2 docs (#3193) [skip ci] --- docs/multi-gpu.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/multi-gpu.qmd b/docs/multi-gpu.qmd index fb91f81e5..57a941b04 100644 --- a/docs/multi-gpu.qmd +++ b/docs/multi-gpu.qmd @@ -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: