[GitHub Trending] MakazhanAlpamys/Soup
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.
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).
MakazhanAlpamys