Skip to content

pmetal fuse

Merge LoRA adapter weights into the base model weights, producing a standalone model without adapter overhead.

Terminal window
pmetal fuse \
--model <BASE_MODEL> \
--lora <LORA_WEIGHTS> \
[OPTIONS]
Terminal window
# Fuse LoRA weights
pmetal fuse \
--model Qwen/Qwen3-0.6B \
--lora ./output/lora_weights.safetensors
# Accurate mode (higher precision)
pmetal fuse \
--model Qwen/Qwen3-0.6B \
--lora ./output/lora_weights.safetensors \
--accurate
ModeDescription
StandardFast fusing with standard precision
AccurateHigher precision fusing for sensitive weights