apply method

Future<LoRAApplyResult> apply(
  1. ClientContext? ctx,
  2. LoRAApplyRequest request
)

Apply one or more adapters to the current logical model/session.

Implementation

$async.Future<LoRAApplyResult> apply(
        $pb.ClientContext? ctx, LoRAApplyRequest request) =>
    _client.invoke<LoRAApplyResult>(
        ctx, 'LoRA', 'Apply', request, LoRAApplyResult());