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
·

1 repository

Awesome GitHub RepositoriesInference Compute Optimizations

Reducing GPU costs by bypassing model passes through token injection.

Distinct from Token Optimization Utilities: Distinct from general Token Optimization Utilities: focuses on reducing compute/GPU passes via injection rather than prompt compression.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Inference Compute Optimizations. Refine with filters or upvote what's useful.

Awesome Inference Compute Optimizations GitHub Repositories

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

    microsoft/guidance

    21,502Vezi pe GitHub↗

    Guidance is a control framework and generation orchestrator for large language models. It provides a programming layer to steer model outputs through structured templates, schema enforcement, and logical flow management. The framework distinguishes itself by interleaving model generation with local code execution, enabling the use of loops and conditional branching within a single session. It employs grammar-based token constraints and regular expressions to force models to sample only from tokens that satisfy a specific structural format, ensuring strict adherence to predefined data models.

    Reduces GPU costs and latency by inserting known tokens to bypass unnecessary model computation.

    Jupyter Notebook
    Vezi pe GitHub↗21,502
  1. Home
  2. Artificial Intelligence & ML
  3. Token Optimization Utilities
  4. Inference Compute Optimizations