Table of Contents

Property CheckpointDirectory

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

CheckpointDirectory

Directory where step checkpoints are written when CheckpointSaveSteps is positive. A checkpoint holds the adapter, optimizer state, and metadata for resuming.

public string CheckpointDirectory { get; set; }

Property Value

string
Share