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
·

3 repository-uri

Awesome GitHub RepositoriesMulti-Dimensional Parallelism

Combining data, model, and tensor parallelism strategies to distribute workloads across large clusters.

Distinct from Tensor Parallelism: Covers the combination of multiple parallelism dimensions, whereas tensor parallelism is just one dimension.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Multi-Dimensional Parallelism. Refine with filters or upvote what's useful.

Awesome Multi-Dimensional Parallelism GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • infrasys-ai/aisystemAvatar Infrasys-AI

    Infrasys-AI/AISystem

    17,017Vezi pe GitHub↗

    AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip architecture to high-level training frameworks. It encompasses the development of AI compiler frameworks, inference engines, and distributed training orchestrators designed to coordinate workloads across a heterogeneous compute stack of CPUs, GPUs, and NPUs. The project focuses on the deep integration of software and hardware, employing software-hardware co-design to align tensor layouts with physical memory structures. It provides specialized capabilities for accelerating Transformer mo

    Splits tensors and datasets across clusters using combined data and model parallelism coordinated via collective communication.

    Jupyter Notebookaiaiinfraaisys
    Vezi pe GitHub↗17,017
  • tensorflow/tpuAvatar tensorflow

    tensorflow/tpu

    5,281Vezi pe GitHub↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Defines the physical arrangement of chips in grids to optimize data flow and interconnects for massive parallelism.

    Jupyter Notebook
    Vezi pe GitHub↗5,281
  • quantumlib/cirqAvatar quantumlib

    quantumlib/Cirq

    4,990Vezi pe GitHub↗

    Cirq este un framework Python pentru calcul cuantic utilizat pentru proiectarea, simularea și executarea circuitelor cuantice pe hardware NISQ (Noisy Intermediate-Scale Quantum). Acesta servește drept simulator de circuite cuantice și modelator de zgomot, precum și ca instrument pentru implementarea algoritmilor cuantici. Framework-ul oferă o interfață specializată pentru hardware-ul NISQ, permițând utilizatorilor să mapeze circuitele cuantice logice pe topologii de dispozitive fizice, validând în același timp conectivitatea hardware și constrângerile porților. Se distinge prin modelarea integrată a zgomotului, aplicând canale de depolarizare și amortizare pentru a imita decoerența și erorile găsite în procesoarele cuantice reale. Proiectul acoperă o gamă largă de capabilități, inclusiv proiectarea circuitelor cuantice, integrarea hardware și simularea stărilor. Include instrumente pentru descompunerea porților, maparea topologiei hardware și executarea procedurilor cuantice fundamentale, cum ar fi transformatele Fourier și căutarea de date nestructurate. În plus, oferă utilitare analitice pentru calculul stării fundamentale moleculare și benchmarking-ul fidelității hardware.

    Translates quantum circuits to generic device topologies to ensure compatibility with physical qubit layouts.

    Pythonalgorithmsapicirq
    Vezi pe GitHub↗4,990
  1. Home
  2. Artificial Intelligence & ML
  3. Tensor Parallelism
  4. Multi-Dimensional Parallelism

Explorează sub-etichetele

  • Physical Topology Mapping1 sub-tagDefining the physical grid arrangement of accelerator chips to optimize interconnect data flow. **Distinct from Multi-Dimensional Parallelism:** Distinct from Multi-Dimensional Parallelism: focuses on the physical hardware layout rather than the logical distribution of weights/batches.