__init__.py 264 Bytes
Newer Older
Yoach Lacombe's avatar
Yoach Lacombe committed
1
2
from .configuration_parler_tts import ParlerTTSConfig, ParlerTTSDecoderConfig
from .modeling_parler_tts import ParlerTTSForCausalLM, ParlerTTSForConditionalGeneration, apply_delay_pattern_mask, build_delay_pattern_mask
Yoach Lacombe's avatar
add DAC  
Yoach Lacombe committed
3
4

from .dac_wrapper import DACConfig, DACModel