awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesConstrained Decoding

Techniques for forcing model outputs into specific structured formats via logit manipulation.

Distinct from Sequence Decoders: Distinct from general sequence decoding by focusing on the constraint/forcing of specific output formats.

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

Awesome Constrained Decoding GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ludwig-ai/ludwigludwig-ai का अवतार

    ludwig-ai/ludwig

    11,717GitHub पर देखें↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Forces large language models to produce structured data using logit extraction and constrained decoding.

    Pythoncomputer-visiondata-centricdata-science
    GitHub पर देखें↗11,717
  • ericlbuehler/mistral.rsEricLBuehler का अवतार

    EricLBuehler/mistral.rs

    6,597GitHub पर देखें↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Enforces JSON Schema on tool call arguments during decoding to prevent malformed output.

    Rustllmrustuqff
    GitHub पर देखें↗6,597
  • google-ai-edge/litert-lmgoogle-ai-edge का अवतार

    google-ai-edge/LiteRT-LM

    5,619GitHub पर देखें↗

    LiteRT-LM is a high-performance inference framework designed to execute large language models locally on mobile, desktop, and IoT hardware. It serves as an on-device model runtime that utilizes CPU, GPU, and NPU acceleration to provide low-latency processing. The framework is distinguished by its ability to process text, vision, and audio inputs through a single multi-modal inference engine. It features a local HTTP server that emulates OpenAI-compatible API endpoints and a WebGPU-based runtime for executing models directly within a web browser. To ensure output reliability, it includes a con

    Provides constrained decoding to ensure model outputs follow specific structured formats via logit manipulation.

    C++
    GitHub पर देखें↗5,619
  • datawhalechina/all-in-ragdatawhalechina का अवतार

    datawhalechina/all-in-rag

    3,989GitHub पर देखें↗

    This project is a retrieval augmented generation framework designed to build pipelines that connect unstructured data and knowledge graphs with large language models. It functions as a vector database orchestrator for indexing text and multimodal content, as well as a system for translating natural language queries into structured database commands. The framework integrates a hybrid retrieval engine that combines dense vector search with sparse keyword matching to increase the precision of retrieved contexts. It further enhances reasoning and relationship mapping through a graph-augmented ret

    Uses constrained decoding and validation to force model outputs into predefined structured formats.

    Pythonaideepseekembedding
    GitHub पर देखें↗3,989
  • modeltc/lightllmModelTC का अवतार

    ModelTC/LightLLM

    3,901GitHub पर देखें↗

    LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a multi-GPU inference engine and server capable of handling dense architectures, mixture-of-experts designs, and multimodal models that process both text and images. The system is distinguished by its specialized support for Mixture-of-Experts models using expert parallelism and fused kernels. It implements structured text generation through deterministic state machines and pushdown automata to enforce precise output formats. To optimize throughput, the framework employs specula

    Enforces structured text generation using deterministic state machines to ensure responses follow precise formats.

    Pythondeep-learninggptllama
    GitHub पर देखें↗3,901
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence Decoders
  5. Constrained Decoding

सब-टैग एक्सप्लोर करें

  • Tool Argument ConstraintsForces model-generated tool call arguments to match a JSON Schema during decoding, preventing malformed output. **Distinct from Constrained Decoding:** Distinct from general Constrained Decoding: focuses specifically on tool call argument schemas rather than arbitrary output formats.