| 1 | //! LuxTTS main model -- implements `Generator` and `TextGenerator` for the sharding machinery. |
| 2 | //! |
| 3 | //! Weight layout: |
| 4 | //! - `embed.weight` [vocab_size, text_dim] -- phoneme embedding (top-level) |
nothing calls this directly
no outgoing calls
no test coverage detected