mistral.rs
mistral.rs copied to clipboard
Add Parler TTS
Model: parler-tts/parler-tts-mini-v1
TODO list:
- [ ] ParlerForCausalGen
- [x] T5 encoder-decoder
- [ ]
ParlerTTSForCausalLMdecoder- [ ]
ParlerTTSDecoder- [ ]
ParlerTTSSinusoidalPositionalEmbedding - [ ] Other RoPE is same as Llama, gptx=true
- [ ]
ParlerTTSDecoderLayer- [ ] Self and cross attn:
ParlerTTSAttention - [ ] FC parts
- [ ] Self and cross attn:
- [ ]
- [ ]
- [ ] Parler DAC model
- [x] DAC
- [x] Encoder
- [x] Decoder
- [x] Residual vector quantizer
- [x] DAC
- [ ] Forward pass
Code Metrics Report
=============================================================================== Language Files Lines Code Comments Blanks =============================================================================== C Header 2 35 28 0 7 Dockerfile 1 41 22 10 9 JSON 12 105 104 0 1 Python 63 2706 2339 70 297 Shell 1 57 22 18 17 Plain Text 3 3723 0 2413 1310 TOML 18 597 531 2 64 YAML 2 21 19 2 0 ------------------------------------------------------------------------------- Jupyter Notebooks 4 0 0 0 0 |- Markdown 2 77 32 31 14 |- Python 2 205 178 1 26 (Total) 282 210 32 40 ------------------------------------------------------------------------------- Markdown 43 3312 0 2508 804 |- BASH 6 101 98 0 3 |- JSON 1 12 12 0 0 |- Python 7 121 109 0 12 |- Rust 12 406 344 0 62 |- TOML 2 75 63 0 12 (Total) 4027 626 2508 893 ------------------------------------------------------------------------------- Rust 283 86228 77444 1776 7008 |- Markdown 137 1482 25 1349 108 (Total) 87710 77469 3125 7116 =============================================================================== Total 432 96825 80509 6799 9517 ===============================================================================