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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • huggingface/transformersAvatar huggingface

    huggingface/transformers

    161,630Vezi pe 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
    Vezi pe GitHub↗161,630
  • openvinotoolkit/openvinoAvatar openvinotoolkit

    openvinotoolkit/openvino

    10,414Vezi pe 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
    Vezi pe GitHub↗10,414
  • opennmt/ctranslate2Avatar OpenNMT

    OpenNMT/CTranslate2

    4,319Vezi pe 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
    Vezi pe GitHub↗4,319
  • predibase/loraxAvatar predibase

    predibase/lorax

    3,724Vezi pe 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
    Vezi pe 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

Explorează sub-etichetele

  • 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.