Skip to content

[GitHub Trending] MakazhanAlpamys/Soup

7.3 relevance
Score Breakdown
technical depth
8
novelty
8
actionability
7
community
5
strategic
6
personal
8

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Fine-tune LLMs from YAML with layer streaming on low-end GPU is novel and actionable for AI engineers.

AI/ML github.com
Fine-tune LLMs from one YAML. Layer streaming trains an 8B model on a 4 GB laptop GPU. - MakazhanAlpamys/Soup
Summary

Soup is an open-source CLI tool that fine-tunes and post-trains LLMs with a single command, eliminating SSH and configuration overhead. It achieves 119.6 tok/s for Llama-3.1-8B-Instruct on a 4 GB laptop GPU via layer streaming, which keeps frozen base layers out of VRAM, and supports QLoRA, auto batch size, and quantization. The v0.73.2 release fixes evaluation gate bugs—including a suite that scored 0.225 for a 40/40 correct model due to brace hygiene parsing—adds a benign-prompt refusal axis to prevent gaming, and introduces `--noise-floor N` to reject deltas smaller than GPU decoding variance (0.015–0.020 spread).

Author

MakazhanAlpamys