awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • neuphonic/neuttsneuphonic 的头像

    neuphonic/neutts

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