- Drop BaseStrategy.model_fn (stored but never read) - Drop model_fn= passed to StrategyFactory.create in train_context - Simplify FSDPExecutor.clip_grad_norm None branch to delegate to super() - Remove DDPExecutor._gather_state_dict override (identical to base)