fix: ignore submodule overrides when continuing fine-tune from backup#1474
fix: ignore submodule overrides when continuing fine-tune from backup#1474dxqb wants to merge 1 commit into
Conversation
Continuing a fine-tune from a backup only redirected the base model to the backup path, leaving submodule override fields (e.g. "Override Transformer") pointing at their configured paths. The loader then loaded the override instead of the backup's trained submodule. A backup is a complete internal model, so clear all submodule overrides when continuing a fine-tune from one. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Claude:
The safe fix is to clear only what the backup actually carries — |
fixes #1402