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.