awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesInference Optimization

Techniques and tools for improving the efficiency of model inference.

Distinguishing note: Focuses on resource-aware inference scheduling.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Inference Optimization. Refine with filters or upvote what's useful.

Awesome Inference Optimization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mudler/localaiAvatar von mudler

    mudler/LocalAI

    46,889Auf GitHub ansehen↗

    LocalAI is a self-hosted inference server that enables the execution of machine learning models directly on local hardware. By providing a unified interface for text, image, and audio processing, it allows users to maintain full control over data privacy and infrastructure costs while eliminating dependencies on external network services. The platform functions as an API gateway that mimics standard cloud-based artificial intelligence interfaces, allowing existing applications to integrate local models as drop-in replacements. It utilizes a container-based architecture to package runtimes and

    Optimizes system resource usage by loading and unloading AI models only when they are actively needed for specific user requests.

    Goaiapiaudio-generation
    Auf GitHub ansehen↗46,889
  • codelion/optillmAvatar von codelion

    codelion/optillm

    4,164Auf GitHub ansehen↗

    OptiLLM is an inference proxy and gateway router that directs prompts to specific language models based on cost, performance, and provider health. It functions as a middleware layer designed to optimize requests through intelligent routing, load balancing, and context management. The project provides specialized capabilities for data protection by anonymizing personally identifiable information before requests reach a model. It also acts as a reasoning orchestrator and tool integration layer, using inference-time loops and self-reflection to improve accuracy while connecting models to externa

    Improves response accuracy using inference-time logic techniques like self-reflection and multi-agent loops.

    Python
    Auf GitHub ansehen↗4,164
  • algorithmicsuperintelligence/optillmAvatar von algorithmicsuperintelligence

    algorithmicsuperintelligence/optillm

    4,157Auf GitHub ansehen↗

    OptiLLM ist ein Framework für KI-Reasoning und -Optimierung, das als API-Proxy fungiert, um die Antwortqualität von Large Language Models zu verbessern. Es fängt Anfragen ab, um während der Inferenz Reasoning-Logik anzuwenden und die Ausgabe zu verfeinern, bevor die Ergebnisse an den Client zurückgegeben werden. Das Projekt zeichnet sich durch eine Kombination aus Inferenz-Suchbäumen zur logischen Verifizierung und einer Anonymisierungs-Pipeline aus, die personenbezogene Daten aus Prompts entfernt. Zudem erweitert es die Modellfähigkeiten durch die Orchestrierung externer Tools, einschließlich Echtzeit-Codeausführung und autonomer Web-Recherche. Das System bietet eine umfassende Infrastruktur für das Modellmanagement, einschließlich Load Balancing über mehrere Anbieter hinweg sowie die Möglichkeit, lokale Modelle und Adapter bereitzustellen. Es erzwingt strukturierte Ausgaben durch Schema-Constraints und verwaltet erweiterte Konversationsverläufe über eine virtuelle Kontext-Speicherschicht. Die Proxy-Schicht ist mit Standard-API-Endpunkten kompatibel, sodass sie ohne Änderungen am bestehenden Client-Code integriert werden kann.

    Implements inference-time reasoning optimizations using tree search and multi-agent verification to improve response accuracy.

    Python
    Auf GitHub ansehen↗4,157
  1. Home
  2. Artificial Intelligence & ML
  3. Inference Optimization

Unter-Tags erkunden

  • Reasoning OptimizationsTechniques to improve model accuracy during inference using self-reflection and multi-agent loops. **Distinct from Inference Optimization:** Distinct from Inference Optimization by focusing on logic and reasoning accuracy rather than computational resource efficiency.