Firectl
Load LoRA
Load a LoRA model to a deployment.
firectl load-lora <model-id> [flags]
Example
firectl load-lora my-model
firectl load-lora my-model --deployment="abcd1234"
Flags
--deployment string The resource ID of the deployment where the LoRA model is to be loaded.
-h, --help help for load-lora
--public If true, the LoRA model will be publicly available for inference.
--wait Wait until the model is deployed.
Was this page helpful?