awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesLayer-Wise Model Assembly

Building new models by selecting and combining specific layers from different sources to create hybrid architectures.

Distinct from Model Compatibility Layers: Focuses on the assembly of layers from different checkpoints, not cross-framework compatibility layers

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Layer-Wise Model Assembly. Refine with filters or upvote what's useful.

Awesome Layer-Wise Model Assembly GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • eleutherai/gpt-neoEleutherAI का अवतार

    EleutherAI/gpt-neo

    8,275GitHub पर देखें↗

    GPT-Neo is an open-source distributed training framework designed for scaling GPT-2 and GPT-3-style language models across multiple devices using mesh-tensorflow for model parallelism. It provides the infrastructure to train transformer-based language models with billions of parameters across distributed computing environments, making large-scale language model research accessible outside of proprietary systems. The framework supports training both autoregressive GPT-style models and masked language models like BERT or RoBERTa, with configurable masking strategies and token handling. It inclu

    Splits transformer layers across GPU/TPU devices to enable training of models with tens of billions of parameters.

    Pythongptgpt-2gpt-3
    GitHub पर देखें↗8,275
  • arcee-ai/mergekitarcee-ai का अवतार

    arcee-ai/mergekit

    7,156GitHub पर देखें↗

    MergeKit is a toolkit for combining multiple pre-trained large language models into a single entity using algorithmic blending. It provides a specialized system for parameter interpolation and weight extraction to unify model capabilities. The project distinguishes itself through an evolutionary merge optimizer that tunes parameters based on quantitative evaluation metrics. It also features a mixture of experts orchestrator capable of converting dense models into sparse architectures and a tokenizer alignment tool for transplanting embeddings between different models. The toolkit covers a br

    Provides capabilities to build hybrid model architectures by selecting and combining specific layer slices from different source checkpoints.

    Pythonllamallmmodel-merging
    GitHub पर देखें↗7,156
  • cg123/mergekitcg123 का अवतार

    cg123/mergekit

    7,158GitHub पर देखें↗

    Mergekit is a toolkit for combining multiple pretrained large language models into a single model. It functions as an architecture assembler and merging system that transfers capabilities between models using weighted algorithms and layer-wise assembly without requiring additional training. The project provides specialized utilities for extracting low-rank approximations from fine-tuned models to create portable parameter updates. It also includes a framework for converting dense language models into a mixture of experts architecture by constructing gating mechanisms to route inputs to specia

    Builds new models by selectively combining specific layers from different sources into custom hybrid architectures.

    Python
    GitHub पर देखें↗7,158
  • linkedin/liger-kernellinkedin का अवतार

    linkedin/Liger-Kernel

    6,148GitHub पर देखें↗

    Liger-Kernel is a collection of pre-built fused Triton kernels and patching utilities designed to accelerate large language model training. It provides drop-in kernel replacements for common LLM operations such as RMSNorm, cross-entropy loss, and attention, enabling increased throughput and reduced memory usage while preserving bitwise-exact gradients. The project serves as a toolkit for composing custom model architectures from individual optimized kernels and for patching pre-existing models with minimal code changes. The project distinguishes itself through its ability to perform runtime m

    Ships individual optimized fused kernels that can be imported and combined as modular building blocks for custom architectures.

    Pythonfinetuninggemma2hacktoberfest
    GitHub पर देखें↗6,148
  • snowkylin/tensorflow-handbooksnowkylin का अवतार

    snowkylin/tensorflow-handbook

    3,927GitHub पर देखें↗

    This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying machine learning models using TensorFlow 2. It serves as a structured learning guide covering core deep learning concepts, including neural network architectures, automatic differentiation, and tensor operations. The handbook provides technical guidance on optimizing execution efficiency through GPU memory management, distributed training, and model quantization. It also includes detailed manuals for constructing high-performance data pipelines and exporting models for production s

    Demonstrates how to define computation blocks by inheriting from base layer classes and specifying weight initialization.

    Jupyter Notebook
    GitHub पर देखें↗3,927
  1. Home
  2. Artificial Intelligence & ML
  3. Model Compatibility Layers
  4. Layer-Wise Model Assembly

सब-टैग एक्सप्लोर करें

  • Distributed Layer ShardersSplits transformer layers across GPU/TPU devices to fit models with tens of billions of parameters. **Distinct from Layer-Wise Model Assembly:** Distinct from Layer-Wise Model Assembly: focuses on distributing layers across devices for memory capacity, not assembling layers from different checkpoints.