You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix LocalBackend fork to load forked LoRA on both vLLM and trainer
Two fixes after _experimental_fork_checkpoint copies the checkpoint:
1. Overwrite checkpoints/0000 with the forked weights so vLLM loads
the correct adapter on startup (it uses @0 by default).
2. Invalidate the UnslothService _state cache so the trainer
re-initializes with the forked checkpoint path instead of the
base model.
0 commit comments