jochi2018/Soup ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple app that lets someone fine tune an AI model on their own computer with just one YAML settings file and one command.
It should feel beginner friendly, so a non technical person can point it at a folder of training examples, choose a base model, pick a training method like SFT, QLoRA, LoRA, or DPO, and start training without dealing with SSH or lots of setup. Make it work well on a normal laptop, even with low VRAM, and keep everything local so the data never gets uploaded anywhere.
I want clear progress while it runs, sensible defaults, and a clean way to export the finished model so it can be used locally, ideally with common tools like Ollama or Hugging Face. If anything tricky comes up, look up the current docs online and keep the workflow as simple as possible.
Are you gonna build this?
make sure you review the code using coderabbit