package ml // LoraRef referencia un adaptador LoRA con su peso de fusión y escala opcional. type LoraRef struct { Path string `json:"path"` Weight float64 `json:"weight"` Scale *float64 `json:"scale,omitempty"` }