lora_load
Hot-load LoRA adapters into a live inference engine by name and path, with optional target selection for multi-model setups.
Instructions
[WRITE][risk=medium] Hot-load a LoRA adapter onto the running engine.
Args: lora_name: Adapter name to register. lora_path: Local path or HF repo id of the adapter weights. target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| lora_name | Yes | ||
| lora_path | Yes |