awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • microsoft/guidanceAvatar de microsoft

    microsoft/guidance

    21,502Voir sur 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
    Voir sur GitHub↗21,502
  1. Home
  2. Artificial Intelligence & ML
  3. Token Optimization Utilities
  4. Inference Compute Optimizations