awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDecoder-Only Inference Modes

Inference configurations that load only the decoder portion of a speech model to reduce memory and computation.

Distinct from Prefill-Decode Disaggregation: Distinct from Prefill-Decode Disaggregation: focuses on using only the decoder part, not separating prefill and decode phases.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Decoder-Only Inference Modes. Refine with filters or upvote what's useful.

Awesome Decoder-Only Inference Modes GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • neuphonic/neuttsAvatar de neuphonic

    neuphonic/neutts

    6,007Voir sur GitHub↗

    Neutts is a neural text-to-speech engine designed for real-time streaming output on edge devices such as phones and laptops. It supports voice cloning from short audio references, enabling zero-shot reproduction of a target speaker's voice, and can be fine-tuned or retrained from scratch for custom voices and styles. The system distinguishes itself through a decoder-only architecture that halves memory and accelerates generation on constrained hardware, combined with quantized model inference for reduced memory footprint. Its streaming decoder loop interleaves synthesis with playback, deliver

    Loads only the decoder portion of the speech model during inference to minimize memory and computation.

    Python
    Voir sur GitHub↗6,007
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence Decoders
  5. Decoder-Only Inference Modes