Fine-tune LLMs from one YAML file; layer streaming trains an 8B model on a 4 GB laptop GPU.
pip install "soup-cli[train]"Soup is a CLI for fine-tuning and post-training LLMs with one config and one command. Layer streaming feeds the frozen base model to the GPU one layer at a time.
pip install "soup-cli[train]"
Write the YAML config, then run the training command from the README.
Unsloth · Tool / CLI
Run, fine-tune and serve LLMs and diffusion models on your own hardware, with an OpenAI-compatible API for your agents.
AlexsJones · Tool / CLI
One command to find which open-source LLMs actually run on your hardware, scored for fit, speed, quality and context.
vLLM project · Tool / CLI
A high-throughput, memory-efficient engine for serving LLMs, with PagedAttention, continuous batching and prefix caching.