__init__.py 286 Bytes
Newer Older
Yoach Lacombe's avatar
Yoach Lacombe committed
1
from .configuration_parler_tts import ParlerTTSConfig, ParlerTTSDecoderConfig
Yoach Lacombe's avatar
Yoach Lacombe committed
2
3
4
5
6
7
from .modeling_parler_tts import (
    ParlerTTSForCausalLM,
    ParlerTTSForConditionalGeneration,
    apply_delay_pattern_mask,
    build_delay_pattern_mask,
)
Yoach Lacombe's avatar
add DAC  
Yoach Lacombe committed
8

Yoach Lacombe's avatar
Yoach Lacombe committed
9
from .dac_wrapper import DACConfig, DACModel