Run This Ai
EN DE

Soup

Fine-tune LLMs from one YAML file. Layer streaming trains an 8B model on a 4 GB laptop GPU.

★ 2,790 GitHub Apache-2.0 llmfine-tuningyamllayer-streamingtrainingcli LLM & Chat

Overview

Soup is an open-source LLM fine-tuning toolkit that lets you configure an entire training run from a single YAML file. Its signature feature is layer streaming: instead of loading the frozen base model into VRAM, Soup streams one decoder layer at a time through the GPU, so you can fine-tune an 8B-parameter model on a laptop with just 4 GB of VRAM. Measured on an RTX 3050 Laptop, Llama-3.1-8B-Instruct trains at 119.6 tokens per second with a 3.32 GB peak, bit-exact against a normal resident run. Soup ships with a CLI, a chat UI, data tools, a model registry, benchmarks, and templates, and supports loading configs from local files or remote URLs. Everything is opt-in: install the light CLI alone or add the train, serve, ui, and data stacks. Licensed under Apache-2.0.

Requirements

Min vCPU
2
Min RAM
4096 MB
Min Disk
10 GB
Rec vCPU
4
Rec RAM
8192 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 8

8 vCPU · 32256 MB · 400 GB

$20.00
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  soup:
    image: ghcr.io/makazhanalpamys/soup:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/soup:/data

Best VPS for Soup →

Related tools

Guides & articles