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
·

4 repositorios

Awesome GitHub RepositoriesPrompt Lookup Decoding

Decoding optimization using n-gram matching from input prompts.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Prompt Lookup Decoding. Refine with filters or upvote what's useful.

Awesome Prompt Lookup Decoding GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • huggingface/transformersAvatar de huggingface

    huggingface/transformers

    161,630Ver en GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Proposes candidate tokens by identifying and copying repeating n-grams from input prompts, bypassing the need for an external assistant model.

    Pythonaudiodeep-learningdeepseek
    Ver en GitHub↗161,630
  • openvinotoolkit/openvinoAvatar de openvinotoolkit

    openvinotoolkit/openvino

    10,414Ver en GitHub↗

    OpenVINO is an AI inference engine and model serving platform designed to execute optimized deep learning models across CPUs, GPUs, and NPUs through a unified API. It includes a model optimization toolkit for converting, quantizing, and compressing models from various frameworks, alongside a specialized generative AI runtime for large language models. The project distinguishes itself through a plugin-based hardware acceleration layer that maps neural network operations to vendor-specific drivers. It features advanced execution mechanisms such as continuous batching, speculative decoding, and

    Accelerates token generation by identifying n-gram matches within the prompt.

    C++aicomputer-visiondeep-learning
    Ver en GitHub↗10,414
  • opennmt/ctranslate2Avatar de OpenNMT

    OpenNMT/CTranslate2

    4,319Ver en 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

    Passes input prompts directly into the decoder at once instead of re-encoding them, reducing redundant computation.

    C++avxavx2cpp
    Ver en GitHub↗4,319
  • predibase/loraxAvatar de predibase

    predibase/lorax

    3,724Ver en GitHub↗

    Lorax is a GPU-accelerated inference server and multi-adapter engine designed for serving large language models. It functions as a high-throughput system capable of deploying models via Kubernetes and managing the dynamic swapping of Low-Rank Adaptation adapters per request. The server distinguishes itself through multi-adapter dynamic batching, which allows requests using different adapter weights to be processed in a single GPU forward pass. It employs just-in-time adapter loading and weighted adapter merging to maximize throughput and enable multi-tasking without sacrificing performance.

    Accelerates generation by using n-gram matching to identify recurring phrases in the source prompt.

    Pythonfine-tuninggptllama
    Ver en GitHub↗3,724
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Serving & Runtime
  7. Inference Optimizations
  8. Prompt Lookup Decoding

Explorar subetiquetas

  • Decoder Prompt ForwardersOptimizations that pass input prompts directly into the decoder to avoid redundant re-encoding of repeated inputs. **Distinct from Prompt Lookup Decoding:** Distinct from Prompt Lookup Decoding: focuses on passing the prompt directly into the decoder, not on n-gram matching from prompts.