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
·

7 repository-uri

Awesome GitHub RepositoriesModel Compilers

Tools that transform high-level neural network definitions into optimized, hardware-specific executable code.

Distinct from Model Performance Optimizations: Distinct from Model Performance Optimizations: focuses on the compilation process to machine code rather than general performance tuning.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Model Compilers. Refine with filters or upvote what's useful.

Awesome Model Compilers GitHub Repositories

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

    apache/tvm

    13,497Vezi pe GitHub↗

    TVM is a machine learning compiler framework designed to convert deep learning models from various frameworks into optimized machine code. It functions as a cross-platform deployment engine that transforms high-level model definitions into efficient, hardware-specific binaries for diverse computing architectures. The system utilizes a multi-level compilation pipeline that decouples algorithm logic from hardware implementation through tensor-operator abstractions. It employs a graph-level intermediate representation to perform cross-operator optimizations and memory planning before lowering co

    Converts complex neural network models into highly efficient, hardware-optimized machine code.

    Pythoncompilerdeep-learninggpu
    Vezi pe GitHub↗13,497
  • nvidia/tensorrt-llmAvatar NVIDIA

    NVIDIA/TensorRT-LLM

    12,913Vezi pe GitHub↗

    TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on accelerated hardware. It functions as a framework that transforms machine learning models into efficient execution graphs, providing an engine to refine these models for specific hardware to maximize throughput and minimize latency during text generation. The project distinguishes itself through advanced execution strategies that manage the entire inference pipeline. It utilizes kernel-level fusion and static graph execution to optimize mathematical operations and computational f

    Transforms high-level neural network definitions into hardware-specific execution kernels to maximize throughput.

    Pythonblackwellcudallm-serving
    Vezi pe GitHub↗12,913
  • zhaochenyang20/awesome-ml-sys-tutorialAvatar zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371Vezi pe GitHub↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Transforms high-level neural network definitions into optimized, hardware-specific executable code for dynamic workloads.

    Python
    Vezi pe GitHub↗5,371
  • plaidml/plaidmlAvatar plaidml

    plaidml/plaidml

    4,573Vezi pe GitHub↗

    PlaidML este un framework de compilare pentru deep learning și un runtime cross-platform conceput pentru a executa modele de machine learning pe o mare varietate de ținte hardware. Funcționează ca un motor de tensori agnostic față de hardware, care traduce modelele de tensori în cod executabil, permițând rețelelor de deep learning să ruleze pe diferite dispozitive de calcul fără a necesita dependențe specifice de drivere. Sistemul permite execuția modelelor pe hardware personalizat sau limitat prin utilizarea specificațiilor JSON pentru a defini hardware-ul dispozitivului. Utilizează un limbaj specific domeniului (DSL) pentru a descrie calculele tensoriale și oferă un strat intermediar pentru a integra diverse framework-uri de machine learning cu compilatorul său orientat pe hardware. Motorul suportă o gamă de operațiuni tensoriale, inclusiv contracții tensoriale cu constrângeri de index, convoluții multidimensionale cu stride-uri și padding configurabile, precum și operațiuni elementwise folosind broadcasting. Include, de asemenea, o suită de testare pentru a evalua viteza și eficiența execuției pe diferite componente hardware și medii.

    Transforms high-level neural network definitions into optimized, hardware-specific executable code.

    C++
    Vezi pe GitHub↗4,573
  • iree-org/ireeAvatar iree-org

    iree-org/iree

    3,819Vezi pe GitHub↗

    IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis

    Transforms high-level neural network definitions into optimized, hardware-specific executable code for diverse deployment targets.

    C++compilercudajax
    Vezi pe GitHub↗3,819
  • hyperai/tvm-cnAvatar hyperai

    hyperai/tvm-cn

    3,813Vezi pe GitHub↗

    This project is a collection of technical guides and manuals for the Apache TVM compiler stack translated into Simplified Chinese. It provides translated documentation focusing on deep learning compilation and the transformation of machine learning models into optimized executable code. The documentation covers the use of hardware backend guides for deploying models across CPUs, GPUs, and specialized accelerators. It also includes references for intermediate representations and graph-level optimizations used to compile tensor programs.

    Transforms high-level neural network definitions into optimized, hardware-specific executable code.

    TypeScriptapachechinese-simplifieddeep-learning
    Vezi pe GitHub↗3,813
  • zml/zmlAvatar zml

    zml/zml

    3,171Vezi pe GitHub↗

    zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into optimized executable binaries for specific hardware accelerators. It functions as a model deployment toolkit and hardware-agnostic orchestrator, utilizing a tensor-based architecture definition to provide strong type checking during the compilation process. The project distinguishes itself through the ability to shard tensors and distribute large-scale AI workloads across a logical mesh of multiple devices. It further supports the remote model lifecycle by authenticating and do

    Transforms high-level model definitions into optimized, hardware-specific executable machine code.

    Zigaibazelhpc
    Vezi pe GitHub↗3,171
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Training Systems
  6. Model Performance Optimizations
  7. Model Compilers