awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesDecoder-Only Inference

Execution modes optimized for models that only use a decoder for autoregressive generation.

Distinct from Sequence Decoders: Focuses on general text generation using decoder-only architectures, whereas the parent is a general component logic.

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

Awesome Decoder-Only Inference GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/gemma_pytorchالصورة الرمزية لـ google

    google/gemma_pytorch

    5,697عرض على GitHub↗

    The official PyTorch implementation of Google's Gemma models

    Loads and executes a decoder-only transformer to generate text completions from a prompt on CPU, GPU, or TPU.

    Pythongemmagooglepytorch
    عرض على GitHub↗5,697
  • opennmt/ctranslate2الصورة الرمزية لـ OpenNMT

    OpenNMT/CTranslate2

    4,319عرض على GitHub↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    CTranslate2 runs text generation using decoder-only Transformer models converted from OpenNMT-py format.

    C++avxavx2cpp
    عرض على GitHub↗4,319
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence Decoders
  5. Decoder-Only Inference