awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to zhziszz/dllm

Open-source alternatives to Dllm

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

  • nvidia-nemo/automodelN

    NVIDIA-NeMo/Automodel

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • qihoo360/360-llama-factoryQ

    Qihoo360/360-LLaMA-Factory

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • linkedin/liger-kernellinkedin 的头像

    linkedin/Liger-Kernel

    6,148在 GitHub 上查看↗

    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

    Pythonfinetuninggemma2hacktoberfest
    在 GitHub 上查看↗6,148
  • niutrans/vision-llm-alignmentN

    NiuTrans/Vision-LLM-Alignment

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • openpipe/artOpenPipe 的头像

    OpenPipe/ART

    8,630在 GitHub 上查看↗

    ART is a platform for agentic training, providing a reinforcement learning framework, training environment, and compute orchestrator. It enables the improvement of multi-step agent reasoning and tool usage through group relative policy optimization and a judge-based reward modeling system. The project features tools for model distillation to transfer capabilities from large teacher models to smaller architectures, as well as a system for capturing execution trajectories to generate synthetic training data. It supports specialized training workflows including supervised fine-tuning for baselin

    Pythonagentagentic-aigrpo
    在 GitHub 上查看↗8,630

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • pytorch/torchtunepytorch 的头像

    pytorch/torchtune

    5,774在 GitHub 上查看↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo

    Python
    在 GitHub 上查看↗5,774
  • kiln-ai/kilnkiln-ai 的头像

    kiln-ai/kiln

    4,910在 GitHub 上查看↗

    Kiln is an LLM development workbench and evaluation framework designed for designing, testing, and optimizing prompts and AI agents. It functions as a multi-agent orchestrator and a RAG optimization tool, providing a visual interface for the iterative development of AI systems. The project distinguishes itself through a comprehensive fine-tuning pipeline that supports zero-code model training and reasoning distillation. It enables the creation of hierarchical multi-agent systems where specialized actors coordinate via tool calling, and it implements a Model Context Protocol server to expose t

    Python
    在 GitHub 上查看↗4,910
  • lightning-ai/litgptLightning-AI 的头像

    Lightning-AI/litgpt

    13,431在 GitHub 上查看↗

    LitGPT is a training and deployment framework for large language models, providing a suite of tools for pretraining, finetuning, quantizing, evaluating, and serving models within a production environment. It includes a dedicated training pipeline for adapting pretrained models to specific tasks, a quantization tool for reducing weight precision, and an inference server for hosting models via web interfaces. The framework supports high-performance model development through custom architecture implementation and the use of predefined recipes to standardize pretraining and finetuning. It enables

    Python
    在 GitHub 上查看↗13,431
  • modelscope/rm-galleryM

    modelscope/RM-Gallery

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • mosaicml/llm-foundrymosaicml 的头像

    mosaicml/llm-foundry

    4,415在 GitHub 上查看↗

    llm-foundry is a training framework for large language models, providing a system for foundation model pre-training and supervised fine-tuning. It includes a distributed trainer for scaling workloads across multiple nodes and GPUs, a dataset streaming pipeline for loading data from cloud storage, and a parameter-efficient fine-tuning implementation. The framework distinguishes itself through its use of parameter sharding and high-throughput data streaming to maintain stability during large-scale training. It incorporates low-rank adaptation to reduce computational costs and uses eight-bit flo

    Pythondeep-learningllmneural-networks
    在 GitHub 上查看↗4,415
  • nvidia/workbench-llamafactoryN

    NVIDIA/workbench-llamafactory

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • openllmai/openrlhfO

    OpenLLMAI/OpenRLHF

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • oumi-ai/oumioumi-ai 的头像

    oumi-ai/oumi

    8,858在 GitHub 上查看↗

    Oumi is a comprehensive large language model development platform designed for synthesizing data, fine-tuning models, and running performance evaluations. It serves as a unified environment for the entire model lifecycle, encompassing a training and fine-tuning suite, an evaluation framework, and tools for synthetic data generation and model distillation. The platform is distinguished by its iterative, failure-driven synthesis approach, which analyzes model weaknesses during evaluation to generate targeted training data. It utilizes an LLM-based judge framework to programmatically score respo

    Pythondpoevaluationfine-tuning
    在 GitHub 上查看↗8,858
  • paddlepaddle/paddlenlpPaddlePaddle 的头像

    PaddlePaddle/PaddleNLP

    12,953在 GitHub 上查看↗

    PaddleNLP is a development library and toolkit for training, fine-tuning, and deploying large and small language models using the PaddlePaddle framework. It provides a comprehensive suite for the entire natural language processing lifecycle, from model development to high-performance inference. The project features a standardized model zoo for loading and managing pre-trained models and tokenizers through a unified interface. It distinguishes itself with a specialized model compression framework that reduces memory footprints via weight precision conversion and lossless size optimization, alo

    Python
    在 GitHub 上查看↗12,953
  • alibaba/chatlearnalibaba 的头像

    alibaba/ChatLearn

    452在 GitHub 上查看↗

    A flexible and efficient training framework for large-scale alignment tasks

    Python
    在 GitHub 上查看↗452
  • h2oai/h2o-llmstudioh2oai 的头像

    h2oai/h2o-llmstudio

    4,977在 GitHub 上查看↗

    h2o-llmstudio is a language model training framework that provides a no-code graphical interface for fine-tuning large language models on custom datasets. It functions as a specialized tool for managing the training lifecycle, from configuring hyperparameters to monitoring performance metrics. The project distinguishes itself through a multi-GPU training orchestrator that distributes workloads via data parallel processing and a low-rank adaptation tool for memory-efficient fine-tuning. It also includes a model evaluation dashboard featuring an interactive chat interface to verify conversation

    Pythonaichatbotchatgpt
    在 GitHub 上查看↗4,977
  • hiyouga/llama-factoryhiyouga 的头像

    hiyouga/LLaMA-Factory

    72,241在 GitHub 上查看↗

    LLaMA-Factory is a comprehensive suite for dataset preparation, model fine-tuning, memory optimization, and standardized API deployment. It provides a unified platform for the supervised and reward-based fine-tuning of large language models and vision-language models. The framework includes a specialized toolkit for training vision-language models and a model serving interface that deploys trained models through high-performance APIs. It utilizes precision tuning and quantization techniques to reduce the hardware requirements and memory footprint of large models. The system covers data pipel

    Python
    在 GitHub 上查看↗72,241
  • bytedance-seed/veomniB

    ByteDance-Seed/VeOmni

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ludwig-ai/ludwigludwig-ai 的头像

    ludwig-ai/ludwig

    11,717在 GitHub 上查看↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Pythoncomputer-visiondata-centricdata-science
    在 GitHub 上查看↗11,717
  • mistralai/mistral-finetunemistralai 的头像

    mistralai/mistral-finetune

    3,077在 GitHub 上查看↗

    This project is a language model finetuning framework designed to adapt large language models to specific datasets using supervised fine-tuning and low-rank adaptation. It serves as a distributed training manager that coordinates workloads and synchronizes gradients across multiple processing units to scale performance. The framework includes a specialized toolkit for low-rank adaptation to update a subset of model weights, reducing memory and hardware requirements. It provides capabilities for instruction fine-tuning, domain adaptation, and the optimization of function calling to improve how

    Python
    在 GitHub 上查看↗3,077
  • modelscope/swiftmodelscope 的头像

    modelscope/swift

    14,633在 GitHub 上查看↗

    Swift is a toolkit for the full-parameter and parameter-efficient fine-tuning of large language and multimodal models. It functions as a multimodal model trainer for text, image, video, and audio data, and includes specialized tools for model compression and reinforcement learning from human feedback. The framework provides an alignment toolkit for optimizing model behavior using preference learning algorithms and reinforcement learning. It integrates parameter-efficient fine-tuning methods to adapt models with minimal memory and compute requirements, alongside utilities for reducing hardware

    Python
    在 GitHub 上查看↗14,633
  • huggingface/nanotronhuggingface 的头像

    huggingface/nanotron

    2,718在 GitHub 上查看↗

    Minimalistic large language model 3D-parallelism training

    Python
    在 GitHub 上查看↗2,718
  • alisawuffles/proxy-tuningA

    alisawuffles/proxy-tuning

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • nvidia-nemo/skillsNVIDIA-NeMo 的头像

    NVIDIA-NeMo/Skills

    827在 GitHub 上查看↗
    Python
    在 GitHub 上查看↗827
  • internlm/internevoI

    InternLM/InternEvo

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • internlm/xtunerInternLM 的头像

    InternLM/xtuner

    5,150在 GitHub 上查看↗

    xtuner is a comprehensive training engine for large language models, offering a toolkit for pre-training, supervised fine-tuning, and the optimization of vision-language multimodal models. It serves as a distributed training accelerator and a specialized framework for scaling Mixture-of-Experts models and aligning model behavior through reinforcement learning from human feedback. The project distinguishes itself through advanced memory and compute optimizations, such as sequence parallelism for ultra-long context windows and interleaved pipeline parallelism to reduce GPU idle time. It provide

    Pythonagentdeepseek-v3gpt-oss
    在 GitHub 上查看↗5,150
  • evolvinglmms-lab/lmms-engineEvolvingLMMs-Lab 的头像

    EvolvingLMMs-Lab/lmms-engine

    730在 GitHub 上查看↗
    Pythonagilarge-language-modelsmultimodal
    在 GitHub 上查看↗730
  • blaizzy/mlx-vlmBlaizzy 的头像

    Blaizzy/mlx-vlm

    2,157在 GitHub 上查看↗
    Pythonapple-siliconflorence2idefics
    在 GitHub 上查看↗2,157
  • facebookresearch/linguafacebookresearch 的头像

    facebookresearch/lingua

    4,759在 GitHub 上查看↗

    Lingua is a research framework for developing, training, and experimenting with large language model architectures and data strategies. It provides a lean codebase designed to facilitate the iteration of new model designs through a combination of distributed training orchestration and evaluation pipelines. The framework includes a distributed training orchestrator that generates submission scripts and manages configurations for launching tasks across compute clusters. It utilizes a configuration management system that allows model parameters to be overridden via data classes and command-line

    Python
    在 GitHub 上查看↗4,759
  • radixark/milesradixark 的头像

    radixark/miles

    890在 GitHub 上查看↗
    Python
    在 GitHub 上查看↗890