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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hiyouga avatar

hiyouga/LlamaFactory

0
View on GitHub↗
72,213 stars·8,837 forks·Python·Apache-2.0·72 viewsllamafactory.readthedocs.io↗

LlamaFactory

LlamaFactory is a unified framework for fine-tuning and adapting large language models. It provides a comprehensive platform that standardizes training workflows across diverse machine learning architectures, allowing users to execute both full-tuning and parameter-efficient methods through a single interface.

The project distinguishes itself by offering a low-code visual dashboard that enables users to configure experiments and monitor performance metrics in real time without writing extensive custom scripts. It also features a configuration-driven orchestration system that decouples experiment logic from the underlying execution engine, alongside an OpenAPI-compliant server that exposes trained models as standard network endpoints for integration with external software.

Beyond its core training capabilities, the platform supports real-time experiment tracking by streaming performance data to external monitoring services. This allows for the evaluation of model progress and the optimization of parameters throughout the development lifecycle. The software is designed to be installed and configured as a standalone environment for managing the end-to-end lifecycle of language model adaptation.

Features

  • Large Language Model Fine-Tuning Frameworks - Consolidates diverse optimization techniques into a single environment for end-to-end model adaptation and training.
  • Model Inference Servers - Exposes trained models via standardized network protocols to facilitate scalable and reliable prediction services.
  • Language Model Fine-Tuning - Simplifies complex model refinement by offering a unified interface for both full-parameter and efficient training methods.
  • Experiment Tracking - Captures real-time performance metrics and training progress to assist in evaluating model quality during development.
  • Model Fine-Tuning and Adaptation - Enables the customization of pre-trained models to specific domains or tasks through a streamlined training pipeline.
  • Multi-Backend Model Construction - Standardizes data loading and optimization logic across various hardware backends and model architectures.
  • Low-Code Machine Learning Tools - Offers a visual interface that allows users to manage training workflows without writing extensive custom code.
  • Parameter Efficient Fine-Tuning - Reduces computational overhead by updating only a subset of model parameters during the adaptation process.
  • Integrated Development Platforms - Bundles configuration, training, and monitoring tools into a single environment for the entire model lifecycle.
  • Machine Learning Training - Utilizes structured configuration files to decouple training parameters from execution logic, ensuring reproducible experiments.
  • Model Inference APIs - Deploys refined models as local API endpoints for immediate integration into external software applications.
  • Local Model Inference Servers - Hosts models locally to serve low-latency predictions through standard network APIs.
  • Experiment Tracking Systems - Streams training loop metrics to external systems for real-time visualization and comparative analysis.

Star history

Star history chart for hiyouga/llamafactoryStar history chart for hiyouga/llamafactory

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with LlamaFactory

These projects share indexed features with LlamaFactory. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • meta-llama/llama-cookbookmeta-llama avatar

    meta-llama/llama-cookbook

    18,375View on GitHub↗

    This project is a collection of implementation guides, recipes, and developer resources for building applications with Llama models. It serves as a comprehensive kit for developing autonomous agents, establishing retrieval-augmented generation systems, and executing model fine-tuning. The resource provides specific patterns for multimodal workflows that process text, images, and audio. It includes specialized guidance on adapting pre-trained model weights for targeted tasks and implementing tool-calling orchestration to connect models with external APIs and functions. The codebase covers a b

    Jupyter Notebookaifinetuninglangchain
    View on GitHub↗18,375
  • lm-sys/fastchatlm-sys avatar

    lm-sys/FastChat

    39,472View on GitHub↗

    FastChat is a training and serving platform for large language models that provides an integrated toolkit for fine-tuning, hosting, and benchmarking chatbots. It functions as an inference server capable of hosting multiple models and exposing them via a standardized API for chat applications. The platform distinguishes itself through a distributed model controller that manages worker nodes and routes requests across a hardware-agnostic inference layer supporting various accelerators. It includes a dedicated evaluation framework for assessing model quality using automated judges, multi-turn di

    Python
    View on GitHub↗39,472
  • lightning-ai/litgptLightning-AI avatar

    Lightning-AI/litgpt

    13,431View on 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
    View on GitHub↗13,431
  • kvcache-ai/ktransformerskvcache-ai avatar

    kvcache-ai/ktransformers

    17,288View on GitHub↗

    Ktransformers is a comprehensive framework designed for the operation, fine-tuning, and serving of large language models. It functions as a heterogeneous inference engine and quantized execution runtime, enabling the deployment of massive models by distributing computational workloads across both CPU and GPU resources. This architecture allows users to bypass local memory constraints, making it possible to run and train models that exceed the capacity of a single device. The project distinguishes itself through specialized support for sparse architectures, particularly mixture-of-experts mode

    Python
    View on GitHub↗17,288
Compare all 30 related projects→

Frequently asked questions

What does hiyouga/llamafactory do?

LlamaFactory is a unified framework for fine-tuning and adapting large language models. It provides a comprehensive platform that standardizes training workflows across diverse machine learning architectures, allowing users to execute both full-tuning and parameter-efficient methods through a single interface.

What are the main features of hiyouga/llamafactory?

The main features of hiyouga/llamafactory are: Large Language Model Fine-Tuning Frameworks, Model Inference Servers, Language Model Fine-Tuning, Experiment Tracking, Model Fine-Tuning and Adaptation, Multi-Backend Model Construction, Low-Code Machine Learning Tools, Parameter Efficient Fine-Tuning.

Which projects share features with hiyouga/llamafactory?

Projects with overlapping indexed features include: meta-llama/llama-cookbook — This project is a collection of implementation guides, recipes, and developer resources for building applications with… lightning-ai/litgpt — LitGPT is a training and deployment framework for large language models, providing a suite of tools for pretraining,… lm-sys/fastchat — FastChat is a training and serving platform for large language models that provides an integrated toolkit for… kvcache-ai/ktransformers — Ktransformers is a comprehensive framework designed for the operation, fine-tuning, and serving of large language… hiyouga/llama-factory — LLaMA-Factory is a comprehensive suite for dataset preparation, model fine-tuning, memory optimization, and… unslothai/unsloth — Unsloth is a high-performance training and inference platform designed to optimize the lifecycle of large language and…