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
·

5 repository-uri

Awesome GitHub RepositoriesLogit Processors

Components that manipulate the probability scores generated by models before final token selection occurs.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Logit Processors. Refine with filters or upvote what's useful.

Awesome Logit Processors 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

    Applies sequences of logit modifications to prediction scores, enabling custom token-level constraints during generation.

    Pythonaudiodeep-learningdeepseek
    Vezi pe GitHub↗161,630
  • sgl-project/sglangAvatar sgl-project

    sgl-project/sglang

    29,079Vezi pe GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Adjusts token probabilities during generation to discourage repetition and control output diversity using logit processors.

    Pythonattentionblackwellcuda
    Vezi pe GitHub↗29,079
  • microsoft/onnxruntimeAvatar microsoft

    microsoft/onnxruntime

    19,347Vezi pe GitHub↗

    This project is a cross-platform machine learning inference engine designed to execute pre-trained models across diverse operating systems and hardware environments. It functions as a standardized execution framework that manages the entire lifecycle of model inference, from loading and graph optimization to hardware-accelerated execution and generative sequence management. The runtime distinguishes itself through a highly modular architecture that decouples model logic from hardware-specific kernels. By utilizing an execution provider abstraction, it enables developers to offload computation

    Calculates raw output scores for the current model state to support custom generation logic.

    C++ai-frameworkdeep-learninghardware-acceleration
    Vezi pe GitHub↗19,347
  • mlc-ai/web-llmAvatar mlc-ai

    mlc-ai/web-llm

    18,208Vezi pe GitHub↗

    WebLLM is a library for executing large language models directly within web browsers. It provides a framework for building conversational artificial intelligence applications that perform inference locally, ensuring user data privacy by eliminating the need for external server dependencies. The project distinguishes itself by leveraging browser-native graphics APIs to perform intensive machine learning computations on the client side. It maintains application responsiveness by offloading heavy model tasks to background threads and ensures continuous operation through service workers that func

    Provides logit processors to modify token probability distributions and enforce content constraints during generation.

    TypeScriptchatgptdeep-learninglanguage-model
    Vezi pe GitHub↗18,208
  • deepseek-ai/deepgemmAvatar deepseek-ai

    deepseek-ai/DeepGEMM

    7,385Vezi pe GitHub↗

    DeepGEMM is a suite of specialized GPU kernels and a just-in-time compiler designed for low-precision matrix operations, Mixture-of-Experts models, and attention processing. It provides a library of high-performance matrix multiplication kernels using FP8 precision to increase compute throughput and reduce memory usage. The project features a JIT CUDA kernel compiler that generates and loads optimized compute kernels at runtime to eliminate the need for manual compilation during installation. It includes specialized implementations for grouped matrix multiplication that process multiple group

    Includes a specialized compute kernel for calculating multi-query attention logits across different memory layouts.

    Cuda
    Vezi pe GitHub↗7,385
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Decoding & Sampling Controls
  5. Logit Processors

Explorează sub-etichetele

  • Logits Processor ListsContainers for applying sequences of logit modifications.