README / README.md
makazhanalpamys's picture
Update README.md
b61a50c verified
|
Raw
History Blame Contribute Delete
977 Bytes
metadata
title: README
emoji: 📚
colorFrom: gray
colorTo: pink
sdk: static
pinned: false
license: apache-2.0
short_description: Fine-tune large models on small GPUs

Soup

Open-source engine for fine-tuning large models on small GPUs.

8B model fine-tuned in 3.3 GB of VRAM — on a 4 GB RTX 3050 laptop GPU. Against DeepSpeed ZeRO-3 on the same machine: 2.93x the speed, 9.7x less memory.

Apache-2.0. Every measurement is published, including the runs that failed and one explanation we posted and then retracted after measuring it.

Install:

pip install "soup-cli[train]"

Ollama made running models something you do on your own machine. We are doing that for training them.