12 lines
559 B
Markdown
12 lines
559 B
Markdown
|
|
# Archived Models
|
||
|
|
|
||
|
|
This directory stores sunset model implementations that are kept in-repo but are no longer wired into `s2s_pipeline.py`.
|
||
|
|
|
||
|
|
- STT: `moonshine` -> `archive/STT/moonshine_handler.py`
|
||
|
|
- TTS: `parler` -> `archive/TTS/parler_handler.py`
|
||
|
|
- TTS: `melo` -> `archive/TTS/melo_handler.py`
|
||
|
|
- Legacy args: `archive/arguments_classes/parler_tts_arguments.py`
|
||
|
|
- Legacy args: `archive/arguments_classes/melo_tts_arguments.py`
|
||
|
|
|
||
|
|
These models are also removed from default requirements. If you want to run them manually, install their dependencies separately.
|