vocero-s2s/archive/README.md
valenti b5f82fb48c
Some checks are pending
CI / ruff (push) Waiting to run
CI / mypy (push) Waiting to run
CI / pytest (push) Waiting to run
CI / package (push) Waiting to run
CI / Install smoke (${{ matrix.label }}) (linux, ubuntu-latest) (push) Blocked by required conditions
CI / Install smoke (${{ matrix.label }}) (macos-arm64, macos-14) (push) Blocked by required conditions
first git
2026-08-26 11:30:14 +00:00

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.