Table of Contents

Class FinetuningException

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

Represents errors that occur specifically during the fine-tuning execution process.

public sealed class FinetuningException : Exception, ISerializable
Inheritance
FinetuningException
Implements
Inherited Members

Remarks

This exception class provides context for issues that arise during fine-tuning, enabling targeted error handling and debugging. It allows passing a message to specify the problem and optionally an inner exception to preserve the original stack trace for deeper analysis.