lora_load
Load a LoRA adapter onto a running inference engine using its name and path, with optional target specification.
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 |