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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • neuphonic/neuttsAvatar de neuphonic

    neuphonic/neutts

    6,007Ver en 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
    Ver en GitHub↗6,007
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence Decoders
  5. Decoder-Only Inference Modes