Table of Contents

Method SaveLora

Namespace
LMKit.Finetuning
Assembly
LM-Kit.NET.dll

SaveLora(string)

Saves the current state of the LoRA adapter to the specified destination path.

public void SaveLora(string loraPath)

Parameters

loraPath string

The destination path where the LoRA adapter will be saved.

Exceptions

ArgumentNullException

Thrown when loraPath is null or empty.