ModelVersion.LoraConfig Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adapter-specific configuration. Required when weight_type is lora; ignored otherwise. May be auto-populated from adapter_config.json when present in the uploaded files β user-provided values take precedence over auto-detected values.
public Azure.AI.Projects.LoraConfig LoraConfig { get; set; }
member this.LoraConfig : Azure.AI.Projects.LoraConfig with get, set
Public Property LoraConfig As LoraConfig