AIAny
AI Train2023
Icon for item

LLaMA-Factory

Fine-tunes 100+ LLMs and VLMs from one config file or a no-code web UI, unifying LoRA, QLoRA, full tuning, DPO, PPO, KTO and ORPO behind a single interface. Bundles GaLore, Unsloth, FlashAttention-2 and 2-8bit quantization to fit a single 24GB GPU.

Introduction

Open-source fine-tuning has a fragmentation problem: every new method (LoRA, DPO, GaLore, Unsloth) ships as its own repo with its own scripts, and stitching them together for one model is where most projects stall. LLaMA-Factory's bet is that the recipe, not the code, should be what you edit — the same YAML config or web form drives pre-training, SFT, reward modeling, and every major preference-optimization algorithm across 100+ model families.

What Sets It Apart
  • One config surface spans the full pipeline (pre-train through PPO/DPO/KTO/ORPO/SimPO), so switching training paradigms is a field change, not a rewrite.
  • LlamaBoard, the built-in web UI, lets non-coders launch and monitor runs — rare among training frameworks that assume CLI fluency.
  • Aggressive efficiency stack (GaLore, BAdam, Unsloth, Liger Kernel, FlashAttention-2, 2-8bit quantization) targets single-GPU reality: long-sequence tuning at ~50% the memory of FlashAttention-2 on a 24GB card.
  • Breadth is the moat — LLaMA, Qwen, Mistral, Gemma, DeepSeek, GLM, Phi and dozens more stay current as upstream models ship.
Who It's For

Great fit if you want to try several fine-tuning strategies on consumer or single-node hardware without gluing together five toolkits, or you need teammates without ML-infra skills to run experiments via a UI. Look elsewhere if you need a bespoke, custom-built training loop with fine-grained control over the optimizer internals, or you're operating at massive multi-node scale where a purpose-built distributed stack pays off more than a unified wrapper.

Information

  • Websitegithub.com
  • OrganizationsBeihang University, Peking University
  • Authorshiyouga
  • Published date2023/05/28

Categories

More Items

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub
AI Train2026

Provides a one-command CLI to fine-tune and post-train LLMs, with layer streaming that lets an 8B model be fine-tuned on a 4 GB laptop GPU. Auto-configures quantization, LoRA adapters, batching and evaluation gates, and supports export and serving workflows.

GitHub
AI Train2025

A PyTorch DTensor-native SPMD library for training and fine-tuning LLMs, VLMs, diffusion and retrieval models. Integrates with Hugging Face for day-0 model support, provides YAML-driven recipes, DTensor/FSDP2 parallelism and NVIDIA-optimized kernels (Transformer Engine, DeepEP, FlexAttn).