class documentation

class RVC2Config(BlobBaseConfig):

View In Hierarchy

Undocumented

Class Variable n_workers Undocumented
Class Variable superblob Undocumented
Instance Variable number_of_shaves Undocumented
Method _validate_superblob Undocumented

Inherited from BlobBaseConfig:

Class Variable compile_tool_args Undocumented
Class Variable compress_to_fp16 Undocumented
Class Variable mo_args Undocumented

Inherited from TargetConfig (via BlobBaseConfig):

Class Variable disable_calibration Undocumented

Inherited from CustomBaseModel (via BlobBaseConfig, TargetConfig):

Class Variable model_config Undocumented
n_workers: PositiveInt | None =

Undocumented

superblob: bool =

Undocumented

number_of_shaves: int =

Undocumented

@model_validator(mode='after')
def _validate_superblob(self) -> Self:

Undocumented