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
loraPathstringThe destination path where the LoRA adapter will be saved.
Exceptions
- ArgumentNullException
Thrown when
loraPathis null or empty.