awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

147 repositorios

Awesome GitHub RepositoriesModel Weight Management

Utilities for downloading, storing, and loading model weights.

Distinguishing note: Focuses on retrieval and local management of pre-trained model files.

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

Awesome Model Weight Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jmorganca/ollamaAvatar de jmorganca

    jmorganca/ollama

    174,350Ver en GitHub↗

    Ollama is a cross-platform runtime for managing, serving, and executing large language models on local hardware. It functions as a model manager and orchestrator that allows for the downloading, updating, and organization of model weights and configurations to ensure private and offline inference. The system provides a local inference API and a RESTful interface for programmatic model lifecycle management and text generation. It utilizes a compiled C++ backend to handle tensor operations and memory management. To support various hardware configurations, the runtime employs dynamic GPU offloa

    Includes utilities for downloading, storing, and organizing pre-trained model weights locally.

    Go
    Ver en GitHub↗174,350
  • comfyanonymous/comfyuiAvatar de comfyanonymous

    comfyanonymous/ComfyUI

    117,322Ver en GitHub↗

    ComfyUI is a modular generative AI workflow orchestrator and node-based GUI for designing and executing complex diffusion model pipelines. It functions as both a visual interface for building generative logic graphs and a programmable backend API that exposes diffusion model operations for external integration. The system distinguishes itself through a graph-based execution model that supports differential workflow execution, re-running only modified nodes to reduce computation. It features dynamic model offloading to manage memory between system RAM and GPU VRAM and utilizes metadata-embedde

    Automatically moves large neural network weights between system RAM and GPU VRAM to maximize available memory.

    Python
    Ver en GitHub↗117,322
  • pewdiepie-archdaemon/odysseusAvatar de pewdiepie-archdaemon

    pewdiepie-archdaemon/odysseus

    72,184Ver en GitHub↗

    Odysseus is a self-hosted AI workspace and autonomous agent framework designed for deploying and managing large language models. It serves as a centralized platform for orchestrating agentic tasks, utilizing a model context protocol server to connect AI models to external system utilities, browser automation, and local hardware. The system distinguishes itself through a combination of retrieval-augmented generation and a RAG knowledge base, using vector stores and local embeddings to provide persistent semantic memory. It further integrates AI-driven communication management to triage email i

    Persists model weights and serving engines locally to prevent redundant downloads.

    Python
    Ver en GitHub↗72,184
  • facebookresearch/llamaAvatar de facebookresearch

    facebookresearch/llama

    59,466Ver en GitHub↗

    Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer models. It enables the generation of natural language text completions from prompts using pretrained weights. The system features multi-GPU model parallelism, which distributes model weights and workloads across multiple graphics processors to support larger parameter counts. It also incorporates a content safety filter that uses classifiers to intercept and block unsafe inputs or outputs during the inference process. The project covers broad capabilities in distributed model

    Distributes model weights across multiple graphics processors to support models larger than a single GPU's memory.

    Python
    Ver en GitHub↗59,466
  • embedchain/embedchainAvatar de embedchain

    embedchain/embedchain

    58,769Ver en GitHub↗

    Embedchain is an LLM memory management framework and RAG orchestration engine designed to provide AI agents with a persistent storage layer. It functions as a long-term memory pipeline that extracts facts from unstructured interactions and stores them as permanent knowledge base entries to retain user preferences and interaction history across sessions. The system employs a hybrid vector database interface that combines semantic embeddings with traditional keyword search. It utilizes an entity-linking knowledge graph to connect related information points and applies temporal ranking to distin

    Maintains stateful weight management of memories based on temporal timestamps.

    Python
    Ver en GitHub↗58,769
  • azl397985856/leetcodeAvatar de azl397985856

    azl397985856/leetcode

    55,758Ver en GitHub↗

    This project is a curated educational resource and solution repository for algorithmic challenges, specifically focused on LeetCode problems. It serves as a technical reference for common data structures and algorithmic patterns, providing verified code implementations across multiple programming languages alongside detailed logic and complexity analysis. The repository functions as a comprehensive study guide for competitive programming and technical interview preparation. It includes specialized learning tools such as an Anki flashcard dataset for spaced repetition and a browser extension t

    The project tracks and updates weights between nodes during union and find operations using a secondary mapping.

    JavaScriptalgoalgorithmalgorithms
    Ver en GitHub↗55,758
  • microsoft/deepspeedAvatar de microsoft

    microsoft/DeepSpeed

    42,533Ver en GitHub↗

    DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of massive AI models. It serves as a model parallelism orchestrator and a toolkit for scaling large language models across multiple GPUs and compute nodes. The project distinguishes itself through 3D parallelism orchestration, which combines data, pipeline, and tensor parallelism. It utilizes ZeRO-based memory partitioning to eliminate redundant storage and employs CPU-offload memory management to move weights and optimizer states to system RAM. Additionally, it provides special

    Moves model weights and optimizer states to system RAM to train models larger than available GPU memory.

    Python
    Ver en GitHub↗42,533
  • exacity/deeplearningbook-chineseAvatar de exacity

    exacity/deeplearningbook-chinese

    37,285Ver en GitHub↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Details the use of moving averages to maintain lagged model parameters for improved training stability.

    TeX
    Ver en GitHub↗37,285
  • facebookresearch/detectron2Avatar de facebookresearch

    facebookresearch/detectron2

    34,548Ver en GitHub↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Implements host directory mounting to prevent repeated downloads of large pre-trained model files.

    Python
    Ver en GitHub↗34,548
  • facebookresearch/fairseqAvatar de facebookresearch

    facebookresearch/fairseq

    32,228Ver en GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Imports weights and configurations for existing sequence models to perform inference or fine-tuning.

    Python
    Ver en GitHub↗32,228
  • openbmb/voxcpmAvatar de OpenBMB

    OpenBMB/VoxCPM

    29,985Ver en GitHub↗

    VoxCPM is a multilingual speech synthesis system and text-to-speech inference server. It functions as an AI voice cloning tool and a synthetic voice designer, capable of generating natural speech across global languages and regional dialects using a GPU-accelerated audio generator. The project features a speech model fine-tuning framework that supports both full parameter updates and low-rank adaptation for customizing voice characteristics. It enables high-fidelity voice cloning from reference audio, including cross-lingual voice transfer and acoustic environment mimicry, as well as the crea

    Provides a mechanism to load optional Low-Rank Adaptation weights to refine the output of the speech generation model.

    Pythonaudiodeeplearningminicpm
    Ver en GitHub↗29,985
  • meta-llama/llama3Avatar de meta-llama

    meta-llama/llama3

    29,254Ver en GitHub↗

    Llama 3 is a collection of pretrained, autoregressive transformer-based models designed for natural language generation, reasoning, and complex instruction following. It functions as a generative AI framework that provides the infrastructure for managing model weights, executing neural network inference, and handling computational workloads across diverse knowledge domains. The project distinguishes itself through an integrated AI safety toolkit that employs secondary classification filtering to inspect inputs and outputs, ensuring adherence to usage compliance and safety standards. It suppor

    Provides secure access to pretrained model weights and tokenizers.

    Python
    Ver en GitHub↗29,254
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Ver en GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Splits model parameters across multiple devices to enable the execution of large models that exceed the memory capacity of a single hardware unit.

    Pythonattentionblackwellcuda
    Ver en GitHub↗29,079
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Ver en GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Downloads and initializes model weights and vocabulary files to establish a starting point for training.

    Pythonbookcomputer-visiondata-science
    Ver en GitHub↗29,001
  • openbmb/minicpm-vAvatar de OpenBMB

    OpenBMB/MiniCPM-V

    25,653Ver en GitHub↗

    MiniCPM-V is a multimodal large language model and vision-language system designed for complex visual and linguistic understanding. It functions as an on-device AI model, providing the capacity to process text, images, and video as a compact neural network. The project is specifically developed as an edge AI framework, utilizing quantization and weight sharding to run on memory-constrained mobile chipsets. This allows for the deployment of multimodal intelligence directly on mobile operating systems for local inference. Its capabilities cover multimodal content analysis of high-resolution im

    Splits model layers across multiple graphics processors to enable the execution of large networks on memory-constrained hardware.

    Python
    Ver en GitHub↗25,653
  • haotian-liu/llavaAvatar de haotian-liu

    haotian-liu/LLaVA

    24,465Ver en GitHub↗

    LLaVA is a multimodal large language model architecture designed to process and interpret both image and text inputs to generate natural language responses. It functions as a research-oriented platform for visual instruction tuning, providing a framework to align language models with human intent through training on diverse datasets of paired images and text queries. The system distinguishes itself through a specialized vision-language training pipeline that connects visual data to language models using projection layers and instruction-based fine-tuning. It supports distributed inference by

    Facilitates the retrieval of pre-trained model files for local inference or custom fine-tuning.

    Pythonchatbotchatgptfoundation-models
    Ver en GitHub↗24,465
  • sanster/iopaintAvatar de Sanster

    Sanster/IOPaint

    23,244Ver en GitHub↗

    IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and replacing image content. It utilizes latent diffusion image processing to synthesize high-resolution replacements for erased sections of an image. The project features a specialized AI background remover for isolating subjects and an AI image upscaler that employs super-resolution models for general photos and anime artwork. The software covers a broad range of capabilities including image segmentation for object isolation, face restoration for improving facial details, and t

    Allows importing local checkpoint or safetensors files to use specific pre-trained models.

    Pythoninpaintinglamalatent-diffusion
    Ver en GitHub↗23,244
  • microsoft/unilmAvatar de microsoft

    microsoft/unilm

    22,030Ver en GitHub↗

    This project is a comprehensive framework and toolkit for developing, optimizing, and deploying transformer-based models across multimodal, document intelligence, and natural language processing tasks. It provides a unified neural architecture that processes text, vision, audio, and document layout data through a shared set of weights, enabling researchers and developers to build foundational models that align cross-modal representations. The platform distinguishes itself through advanced training and inference strategies designed for large-scale deep learning. It incorporates specialized mec

    Provides distributed weight partitioning strategies to handle memory-intensive computations across multiple processors during large-scale model development.

    Pythonbeitbeit-3bitnet
    Ver en GitHub↗22,030
  • qwenlm/qwen-7bAvatar de QwenLM

    QwenLM/Qwen-7B

    21,343Ver en GitHub↗

    Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex reasoning tasks. It is available as an instruction-tuned model optimized for conversational interactions and a tool-use model capable of executing function calls and interacting with external APIs. The project provides a quantized version of the model to reduce GPU memory usage and supports the development of autonomous agents that can execute code and perform functions to complete complex goals. The system covers a wide range of capabilities including model fine-tuning throug

    Modifies pretrained parameters for downstream tasks through various training and tuning methods.

    Python
    Ver en GitHub↗21,343
  • huggingface/peftAvatar de huggingface

    huggingface/peft

    21,274Ver en GitHub↗

    This library provides a framework for parameter-efficient fine-tuning, enabling the adaptation of large pretrained models by training only a small subset of parameters. It functions as a distributed model training system and optimization toolkit, designed to reduce the computational and memory requirements typically associated with full model fine-tuning. The project distinguishes itself through a suite of methods for modular adapter composition, including low-rank matrix decomposition and activation-based scaling. It supports the integration of multiple task-specific adapter modules, allowin

    Moves sharded model parameters to system memory to reduce graphics memory consumption during training.

    Pythonadapterdiffusionfine-tuning
    Ver en GitHub↗21,274
Ant.123456…8Siguiente
  1. Home
  2. Artificial Intelligence & ML
  3. Model Weight Management

Explorar subetiquetas

  • Cache Persistence Mounts1 sub-etiquetaMounting host directories to store model weights and caches for persistent development environments. **Distinct from Model Weight Management:** Focuses on directory mounting for cache persistence, distinct from general weight management.
  • Container Weight PersistenceMounts host directories to store model weights and caches so they survive container restarts. **Distinct from Model Weight Management:** Distinct from general Model Weight Management: focuses on Docker volume mounting for persistence across container restarts.
  • Distributed Weight OptimizationOptimizes weight updates across distributed engines using specialized techniques like bucketed updates and expert parallelism. **Distinct from Dynamic Weight Updates:** Focuses on the optimization and strategy of weight updates in distributed systems, not just the runtime refresh.
  • Dynamic Weight Updates6 sub-etiquetasRefresh inference engine weights at runtime using disk, memory, or distributed communication. **Distinct from Model Weight Management:** Focuses on runtime weight refreshing, distinct from general weight management/downloading.
  • Hypernetwork Weight Injection1 sub-etiquetaInjecting specialized weights into a model to modify its style or characteristics without full fine-tuning. **Distinct from Model Weight Management:** Focuses on the dynamic injection of style weights rather than static weight management
  • LoRA Adapter Loaders11 sub-etiquetasMechanisms for applying low-rank adaptation weights to a base model during runtime. **Distinct from Model Weight Management:** Distinct from Model Weight Management: specifically focuses on the runtime application of LoRA adapters to modify model output.
  • Runtime State ControllersUtilities for inspecting metadata, updating weights, and clearing caches during active inference. **Distinct from Model Weight Management:** Focuses on active runtime state management rather than static weight file management.
  • Stateful Weight ManagementTechniques for maintaining and rapidly switching between large neural network parameters in memory. **Distinct from Model Weight Management:** Distinct from general weight management: focuses on the stateful, rapid-switching requirements of real-time interactive applications.
  • Weight Distribution3 sub-etiquetasStrategies for splitting model parameters across multiple hardware devices to handle large-scale models. **Distinct from Model Weight Management:** Focuses on the distribution of weights across hardware for execution, distinct from general weight management/storage.
  • Weight OffloadingTechniques for moving model parameters between device and host memory to accommodate large models. **Distinct from Model Weight Management:** Distinct from general management: focuses specifically on memory-constrained execution via CPU offloading.
  • Weight Transformations3 sub-etiquetasProcesses that rearrange or transform neural network weights to ensure compatibility between different architectures. **Distinct from Model Weight Management:** Distinct from Model Weight Management: focuses on the structural transformation of weight tensors rather than simple storage or retrieval.
  • Weighted Synthetic DistributionsSelection of synthetic data values based on probability weights to simulate real-world frequencies. **Distinct from Weight Distribution:** Specifically for synthetic data value selection rather than general randomized selection algorithms.
  • Weighted Union-FindImplementations of disjoint set structures that maintain weights or distances between elements. **Distinct from Dynamic Weight Updates:** Distinct from AI model weights; this refers to weights within a Disjoint Set Union algorithmic structure.