awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to komputeproject/kompute

Open-source alternatives to Kompute

30 open-source projects similar to komputeproject/kompute, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Kompute alternative.

  • horovod/horovodالصورة الرمزية لـ horovod

    horovod/horovod

    14,686عرض على GitHub↗

    Horovod is a distributed deep learning framework and gradient synchronizer designed to scale model training across multiple GPUs and compute nodes. It functions as a distributed training orchestrator and an elastic training engine, utilizing an MPI collective communication library to synchronize weights and gradients across TensorFlow, PyTorch, Keras, and MXNet models. The system distinguishes itself through dynamic elastic scaling, which allows it to adjust the number of active workers at runtime and recover from node failures. It optimizes communication efficiency using tensor fusion batchi

    Python
    عرض على GitHub↗14,686
  • alpaka-group/alpakaالصورة الرمزية لـ alpaka-group

    alpaka-group/alpaka

    416عرض على GitHub↗

    alpaka - Abstraction Library for Parallel Kernel Acceleration

    C++
    عرض على GitHub↗416
  • exaloop/codonالصورة الرمزية لـ exaloop

    exaloop/codon

    16,803عرض على GitHub↗

    Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized machine instructions. It functions as a high-performance numerical backend and a GPU computing framework designed to remove runtime overhead. The project implements a compiled alternative to NumPy, translating array logic directly into machine code. It differentiates itself by generating specialized hardware kernels for graphics processors and utilizing static type inference to enable aggressive machine-code optimization. The system provides capabilities for parallel workload

    Python
    عرض على GitHub↗16,803
  • bitsandbytes-foundation/bitsandbytesالصورة الرمزية لـ bitsandbytes-foundation

    bitsandbytes-foundation/bitsandbytes

    7,968عرض على GitHub↗

    bitsandbytes is a deep learning quantization tool and library designed to reduce the memory footprint of large language models. It serves as a GPU memory optimizer and quantization framework, compressing model weights and features to 8-bit and 4-bit precision to enable inference and training on hardware with limited memory. The project provides a framework for low-rank adaptation, allowing the fine-tuning of quantized models by combining 4-bit weights with small trainable matrices. It further distinguishes itself through memory paging, which moves optimizer states between CPU and GPU memory t

    Pythonllmmachine-learningpytorch
    عرض على GitHub↗7,968

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • bloomen/transwarpالصورة الرمزية لـ bloomen

    bloomen/transwarp

    633عرض على GitHub↗

    A header-only C++ library for task concurrency

    C++
    عرض على GitHub↗633
  • cupy/cupyالصورة الرمزية لـ cupy

    cupy/cupy

    11,000عرض على GitHub↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    Python
    عرض على GitHub↗11,000
  • dask/daskالصورة الرمزية لـ dask

    dask/dask

    13,746عرض على GitHub↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    عرض على GitHub↗13,746
  • datenlord/async-rdmaالصورة الرمزية لـ datenlord

    datenlord/async-rdma

    438عرض على GitHub↗

    A framework for writing RDMA applications with high-level abstraction and asynchronous APIs.

    Rust
    عرض على GitHub↗438
  • deap/deapالصورة الرمزية لـ DEAP

    DEAP/deap

    6,336عرض على GitHub↗
    Python
    عرض على GitHub↗6,336
  • deepseek-ai/deepepالصورة الرمزية لـ deepseek-ai

    deepseek-ai/DeepEP

    9,736عرض على GitHub↗

    DeepEP is a distributed model accelerator and expert-parallel communication library designed to optimize the training and inference of large-scale neural networks. It provides specialized GPU communication kernels and a remote GPU memory interface to facilitate high-throughput data exchange between hardware nodes. The system utilizes dynamic kernel generation to compile optimized GPU kernels during execution, removing the need for separate installation compilation steps. It implements virtual-lane traffic isolation to prevent interference between different data streams and employs routing met

    Cuda
    عرض على GitHub↗9,736
  • deepspeedai/deepspeedالصورة الرمزية لـ deepspeedai

    deepspeedai/DeepSpeed

    42,528عرض على GitHub↗

    DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization

    Pythonbillion-parameterscompressiondata-parallelism
    عرض على GitHub↗42,528
  • districtdatalabs/yellowbrickالصورة الرمزية لـ DistrictDataLabs

    DistrictDataLabs/yellowbrick

    4,398عرض على GitHub↗

    Yellowbrick is a machine learning visualization library and model diagnostic tool designed to analyze feature importance, target distributions, and model error metrics. It serves as a visual toolkit for diagnosing underfitting and overfitting through the use of validation and learning curves. The project provides specialized suites for evaluating predictive models and unsupervised learning. It enables the determination of optimal cluster counts via elbow methods and silhouette coefficients, and assesses classifier and regressor quality through ROC curves, confusion matrices, and residual plot

    Python
    عرض على GitHub↗4,398
  • dmlc/dglالصورة الرمزية لـ dmlc

    dmlc/dgl

    14,283عرض على GitHub↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Pythondeep-learninggraph-neural-networks
    عرض على GitHub↗14,283
  • dmlc/xgboostالصورة الرمزية لـ dmlc

    dmlc/xgboost

    28,471عرض على GitHub↗

    XGBoost is a distributed machine learning library for implementing scalable gradient boosting decision trees used for regression, classification, and ranking. It functions as a predictive model framework and a cross-language toolkit, providing a core implementation with native bindings for Python, R, Java, Scala, and C++. The system is designed as a GPU-accelerated library that utilizes CUDA and NCCL to speed up the training of decision tree ensembles. It operates as a distributed framework capable of scaling training and prediction across multi-node clusters and GPU environments to process m

    C++distributed-systemsgbdtgbm
    عرض على GitHub↗28,471
  • arogozhnikov/einopsالصورة الرمزية لـ arogozhnikov

    arogozhnikov/einops

    9,398عرض على GitHub↗

    Einops is a tensor manipulation library that provides a framework-agnostic interface for reshaping, Einstein summation, and multi-dimensional array operations. It serves as an abstraction layer that works across NumPy, PyTorch, TensorFlow, and JAX, allowing for tensor transformations without changing the API. The library distinguishes itself through a declarative notation system that uses readable string patterns to describe tensor rearrangements and reductions. This approach includes an extended Einstein summation interface that supports multi-letter axis names and a named dimension mapping

    Pythoncupydeep-learningeinops
    عرض على GitHub↗9,398
  • facebookincubator/dispensoالصورة الرمزية لـ facebookincubator

    facebookincubator/dispenso

    282عرض على GitHub↗

    The project provides high-performance concurrency, enabling highly parallel computation.

    C++
    عرض على GitHub↗282
  • facebookresearch/nevergradالصورة الرمزية لـ facebookresearch

    facebookresearch/nevergrad

    4,151عرض على GitHub↗

    Nevergrad is a gradient-free optimization library and hyperparameter optimization framework designed to find the minimum of objective functions without using derivatives. It serves as an asynchronous optimization engine that decouples parameter suggestions from result reporting to support parallel function evaluations. The project specializes in multi-objective optimization to identify Pareto fronts for competing goals and provides a suite for benchmarking the performance and convergence of different optimization routines. It supports black-box system optimization, enabling the tuning of exte

    Python
    عرض على GitHub↗4,151
  • fastflow/fastflowالصورة الرمزية لـ fastflow

    fastflow/fastflow

    311عرض على GitHub↗

    FastFlow is a programming library implemented in modern C++ and targeting multi/many-cores (there exists an experimental version based on ZeroMQ targeting distributed systems). It offers both a set of high-level ready-to-use parallel patterns and a set of mechanisms and composable components…

    C++
    عرض على GitHub↗311
  • flagopen/flaggemsالصورة الرمزية لـ FlagOpen

    FlagOpen/FlagGems

    1,029عرض على GitHub↗

    FlagGems is an operator library for large language models implemented in the Triton Language.

    Python
    عرض على GitHub↗1,029
  • flashlight/flashlightالصورة الرمزية لـ flashlight

    flashlight/flashlight

    5,443عرض على GitHub↗

    Flashlight is a standalone C++ machine learning library and tensor library used for building and training neural networks. It functions as a comprehensive neural network framework and automatic differentiation engine, providing the tools to construct computation graphs and calculate gradients via backpropagation. The project serves as a distributed training framework, utilizing all-reduce operations to synchronize gradients and parameters across multiple compute nodes and devices. It distinguishes itself through deep integration of high-performance tensor manipulation, native device memory in

    C++
    عرض على GitHub↗5,443
  • google-deepmind/sonnetالصورة الرمزية لـ google-deepmind

    google-deepmind/sonnet

    9,920عرض على GitHub↗

    Sonnet is a modular machine learning framework and TensorFlow neural network library designed for building composable deep learning architectures. It functions as a model orchestrator that manages parameters, state serialization, and graph exports during the training process. The framework provides a distributed training system to synchronize gradients and spread workloads across multiple GPUs or hardware devices. It enables the design of reusable research components through high-level abstractions and subclassing. The library covers neural network architecture design through sequential laye

    Pythonartificial-intelligencedeep-learningmachine-learning
    عرض على GitHub↗9,920
  • google/flaxالصورة الرمزية لـ google

    google/flax

    7,238عرض على GitHub↗

    Flax is a deep learning framework and JAX neural network library designed for building complex machine learning models. It functions as a distributed training library and model state manager, providing a toolkit for defining flexible neural network architectures and scaling their training across multiple hardware devices. The project is characterized by a design that separates network logic from parameter values to remain compatible with pure functions. It uses hierarchical module composition to organize networks as trees of nested modules and employs a reference-based state management system

    Jupyter Notebook
    عرض على GitHub↗7,238
  • google/highwayالصورة الرمزية لـ google

    google/highway

    5,644عرض على GitHub↗

    Highway is a portable C++ library and hardware abstraction layer designed for writing single instruction multiple data (SIMD) code. It provides a unified interface that maps data-parallel logic to various CPU instruction sets, enabling the development of high-performance software that runs across different processor architectures without requiring architecture-specific assembly. The project features a dynamic instruction dispatcher that selects the most efficient CPU instruction set at runtime based on detected hardware. It also supports static target specialization and extensible mechanisms

    C++
    عرض على GitHub↗5,644
  • google/yggdrasil-decision-forestsالصورة الرمزية لـ google

    google/yggdrasil-decision-forests

    660عرض على GitHub↗

    A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.

    C++
    عرض على GitHub↗660
  • gpustack/gpustackالصورة الرمزية لـ gpustack

    gpustack/gpustack

    5,173عرض على GitHub↗

    gpustack is a GPU cluster management platform and LLM inference orchestrator. It functions as a centralized system for pooling and orchestrating graphics processing units across local servers and cloud environments, serving as a heterogeneous compute manager for diverse hardware and software configurations. The system provides a secure AI model deployment gateway that serves models as scalable services using key-based authentication. It includes a GPU resource scheduler that balances workloads across accelerators and coordinates multiple inference engines to map specific AI models to compatib

    Python
    عرض على GitHub↗5,173
  • hazyresearch/thunderkittensالصورة الرمزية لـ HazyResearch

    HazyResearch/ThunderKittens

    3,448عرض على GitHub↗

    Tile primitives for speedy kernels

    Cuda
    عرض على GitHub↗3,448
  • heteroflow/heteroflowالصورة الرمزية لـ Heteroflow

    Heteroflow/Heteroflow

    109عرض على GitHub↗

    A header-only C++ library to help you quickly write concurrent CPU-GPU programs using task models

    C++
    عرض على GitHub↗109
  • adapter-hub/adaptersالصورة الرمزية لـ adapter-hub

    adapter-hub/adapters

    2,815عرض على GitHub↗

    A Unified Library for Parameter-Efficient and Modular Transfer Learning

    Python
    عرض على GitHub↗2,815
  • hpcaitech/colossalaiالصورة الرمزية لـ hpcaitech

    hpcaitech/ColossalAI

    41,395عرض على GitHub↗

    ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial intelligence models across clusters of hardware accelerators. It functions as a parallel computing engine that partitions model workloads and data across multiple processors to maximize memory efficiency and throughput. The platform distinguishes itself through a comprehensive suite of parallelization strategies, including multi-dimensional tensor parallelism and pipeline-based model parallelism, which segment neural network layers and stages across devices. To support large-scale genera

    Pythonaibig-modeldata-parallelism
    عرض على GitHub↗41,395
  • actor-framework/actor-frameworkالصورة الرمزية لـ actor-framework

    actor-framework/actor-framework

    3,426عرض على GitHub↗

    An Open Source Implementation of the Actor Model in C++

    C++actor-modelactorsasync
    عرض على GitHub↗3,426