Method Finetune2Lora
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
Finetune2Lora(string)
Initiates the fine-tuning process using specified training parameters and model weights.
public void Finetune2Lora(string loraPath)
Parameters
loraPath
stringDestination path for the LoRA adapter.
Exceptions
- FinetuningException
Thrown when the fine-tuning process fails.