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,717在 GitHub 上查看↗

    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,597在 GitHub 上查看↗

    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,619在 GitHub 上查看↗

    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,989在 GitHub 上查看↗

    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,901在 GitHub 上查看↗

    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.