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

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

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

5 مستودعات

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

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

    huggingface/transformers

    161,630عرض على 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
    عرض على GitHub↗161,630
  • sgl-project/sglangالصورة الرمزية لـ sgl-project

    sgl-project/sglang

    29,079عرض على 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
    عرض على GitHub↗29,079
  • microsoft/onnxruntimeالصورة الرمزية لـ microsoft

    microsoft/onnxruntime

    19,347عرض على 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
    عرض على GitHub↗19,347
  • mlc-ai/web-llmالصورة الرمزية لـ mlc-ai

    mlc-ai/web-llm

    18,208عرض على 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
    عرض على GitHub↗18,208
  • deepseek-ai/deepgemmالصورة الرمزية لـ deepseek-ai

    deepseek-ai/DeepGEMM

    7,385عرض على 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
    عرض على GitHub↗7,385
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Decoding & Sampling Controls
  5. Logit Processors

استكشف الوسوم الفرعية

  • Logits Processor ListsContainers for applying sequences of logit modifications.