Exceptions¶
This section contains the distilabel
custom exceptions. Unlike errors, exceptions in distilabel
are used to handle specific situations that can be anticipated and that can be handled in a controlled way internally by the library.
DistilabelException
¶
DistilabelGenerationException
¶
Bases: DistilabelException
Base exception for LLM
generation errors.
DistilabelOfflineBatchGenerationNotFinishedException
¶
Bases: DistilabelGenerationException
Exception raised when a batch generation is not finished.