Documentation Index
Fetch the complete documentation index at: https://docs.benchgen.com/llms.txt
Use this file to discover all available pages before exploring further.
Merge a LoRA Adapter
After a fine-tuning run completes, you have a LoRA adapter — a small set of weight deltas. Merging combines the adapter with the base model into a single, self-contained checkpoint you can deploy or evaluate.When to Merge
Merge when:- The fine-tuning run completed successfully and the loss curve converged.
- You want to deploy the model inside an Agent or evaluate it in Eval.
- You want a portable checkpoint (merged models can run without the adapter separately).
Steps
- Go to Train → Runs and open the completed run.
- Click Merge adapter.
- Choose the output format:
- safetensors (default, recommended)
- GGUF (for local/edge deployment)
- Click Start merge — this typically takes 2–5 minutes.
- When complete, the merged model appears in Train → Models and in Eval → Models.