Flag Name | Type | Default | Description |
---|---|---|---|
loras | list | [] | List of LoRA configurations to load. See Example Configuration for the schema. |
lora_repo | dict | null | Cloud storage path (e.g. S3, GCP) containing multiple LoRAs to load dynamically. |
load_lora_dynamic | boolean | false | Enables dynamic loading of LoRAs into the base model. false will merge all provided LoRAs. |
loras
list:lora_repo
:load_lora_dynamic
is false
but the loras
list contains more than one LoRA, then load_lora_dynamic
will automatically be set to true
.id
specified in each LoRA will be the model’s name during inferencing.lora_repo
, each subfolder inside the specified path will become a separate model.load_lora_dynamic
flag.load_lora_dynamic = true
if you want the system to load LoRAs on-demand and minimize startup time.lora_repo
, name the directories intuitively, as those names will serve as model identifiers.secret
for S3, GCP, HF, or any supported cloud source to ensure proper authentication and authorization.