move inject_lora() before load_state_dict in _before_wrap so that LoRA adapter weights from a checkpoint are properly restored on training resume. Previously, inject happened after load, causing lora_A/lora_B keys to be silently ignored (strict=False). Co-Authored-By: ccx1324 <2424441089@qq.com>