2026/8/4 19:35:44 【Bug已解决】TypeError: NoneType object is not callable occurs when using fsdp_auto_wrap_policy=NO_WRAP w
【Bug已解决】TypeError: NoneType object is not callable occurs when using fsdp_auto_wrap_policyNO_WRAP with fsdp_activation_checkpointingtrue 解决方案
一、现象长什么样
在 accelerate 的 FSDP 配置里同时开启:
fsdp_auto_wrap_policy: NO_WR…