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.
This project is a framework for fine-tuning large language models using parameter-efficient training techniques. It provides a structured pipeline for adapting pre-trained transformer models to specific tasks while minimizing the computational resources and memory required during the training process. The system distinguishes itself by utilizing low-rank adaptation, which injects trainable rank-decomposition matrices into frozen transformer layers. By updating only this small subset of injected parameters rather than the entire model, the framework reduces the overhead associated with gradien
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
This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo
Tinker Cookbook is an open-source framework for fine-tuning large language models, supporting supervised learning, reinforcement learning, and parameter-efficient techniques like LoRA adapters. It provides a complete pipeline for aligning models with human preferences through multi-stage RLHF workflows, from supervised fine-tuning through preference optimization to reinforcement learning. The framework distinguishes itself through recipe-based training orchestration, where fine-tuning workflows are defined as composable recipe files that chain data loading, model configuration, and training l
S-LoRA is a serving engine and execution framework built for hosting massive collections of task-specific language model adapters simultaneously on shared graphics hardware. It functions as a multi-tenant platform capable of managing thousands of concurrent fine-tuned adapters while maintaining high throughput and low overhead.
The main features of s-lora/s-lora are: Concurrent LoRA Adapter Servers, Adapter-Based Multi-Tenant AI Serving Platforms, High-Throughput LoRA Inference Servers, Large Language Model Fine-Tuning Frameworks, Dynamic Adapter Weight Schedulers, Heterogeneous Batched Kernels, Heterogeneous Computation Batchers, Shared Dynamic Memory Pools.
Projects with overlapping indexed features include: mymusise/chatglm-tuning — This project is a framework for fine-tuning large language models using parameter-efficient training techniques. It… thinking-machines-lab/tinker-cookbook — Tinker Cookbook is an open-source framework for fine-tuning large language models, supporting supervised learning,… modelscope/ms-swift — This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal… hiyouga/llama-factory — LLaMA-Factory is a comprehensive suite for dataset preparation, model fine-tuning, memory optimization, and… hiyouga/llamafactory — LlamaFactory is a unified framework for fine-tuning and adapting large language models. It provides a comprehensive… huggingface/peft — This library provides a framework for parameter-efficient fine-tuning, enabling the adaptation of large pretrained…