Table of Contents

Property ResumeOptimizerPath

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

ResumeOptimizerPath

Path of a checkpoint's optimizer state file to resume from. The runtime restores the optimizer moments and the adapter weights the checkpoint captured, validating that the adapter identity (rank, alpha, target modules) matches this run's parameters. Null or empty (the default) starts a fresh run.

public string ResumeOptimizerPath { get; set; }

Property Value

string
Share