Namespace LMKit.Exceptions
Classes
- FinetuningException
Represents errors that occur specifically during the fine-tuning execution process.
- GrammarParsingException
Represents an exception that occurs during the parsing of grammar.
- InvalidModelException
Represents an exception that is thrown when a model is found to be invalid for a specific task.
- LicenseException
Represents errors that occur during the execution of an application related to licensing issues.
- LoraMergingException
Represents errors that occur specifically during the lora merging execution process.
- ModelNotDownloadedException
Represents an exception that is thrown when a model cannot be downloaded from a specified URI.
- ModelNotLoadedException
Represents an exception that is thrown when a model file cannot be loaded from the specified path.
- NotEnoughContextSizeException
Represents an exception that is thrown when a model does not provide sufficient context size for a required operation.
- QuantizationException
Represents errors that occur specifically during the quantization execution process.
- RuntimeException
Represents errors that occur during application execution.