Soup CLI Launches Local 8B Fine-Tuning
Soup CLI simplifies LLM fine-tuning into one YAML configuration and command, with layer streaming that reportedly trains Llama 3.1 8B using 3.32 GB of VRAM. It supports methods including SFT, DPO, GRPO, and KTO, plus evaluation and model export.
Soup CLI makes local fine-tuning meaningfully more accessible by attacking the biggest practical barrier: GPU memory. Its strongest differentiator is the correctness-first layer-streaming implementation, though the beta approach trades speed for hardware flexibility.
- –Streams frozen decoder layers from system RAM instead of loading the full base model into VRAM
- –Supports common PEFT workflows, quantization, automatic batch sizing, and multiple training objectives
- –Covers the full path from dataset inspection and training to evaluation, GGUF export, serving, and Hugging Face publishing
- –Competes with tools such as LLaMA-Factory and Unsloth by prioritizing a unified CLI and configuration-driven workflow
- –Developers should validate training speed and compatibility on their hardware, since layer streaming is slower and remains beta
DISCOVERED
2h ago
2026-08-15
PUBLISHED
2h ago
2026-08-15
RELEVANCE

