Namespace LMKit.Exceptions
Classes
- CorruptedAudioException
The exception that is thrown when audio data is found to be corrupted during processing or playback.
- 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.
- NotSupportedAudioException
The exception that is thrown when an audio format or codec is not supported by the current system or decoder.
- QuantizationException
Represents errors that occur specifically during the quantization execution process.
- RuntimeException
Represents errors that occur during application execution.
- UnsupportedFileTypeException
Represents errors that occur when an unsupported file type is encountered.