finds.dev← search

// the find

unslothai/unsloth

★ 66,266 · Python · Apache-2.0 · updated Jun 2026

Unsloth Studio is a web UI for training and running open models like Gemma 4, Qwen3.6, DeepSeek, gpt-oss locally.

Unsloth is a Python library and web UI for fine-tuning and running open-source LLMs locally, with custom Triton kernels that deliver genuine 2x training speedups and 70% VRAM reductions versus vanilla HuggingFace/TRL. It targets ML practitioners who want to fine-tune Llama, Qwen, Gemma, or Mistral variants on consumer or prosumer hardware without compromising on accuracy. The Studio UI layer adds a no-code interface on top of the same kernel optimizations.

The VRAM and speed claims are not marketing fluff — the team upstreams actual bug fixes to llama.cpp, Mistral, and Gemma model repos, which means their numbers come from real kernel work rather than benchmark cherry-picking. The RL (GRPO) support with 80% less VRAM than baseline is practically useful now that post-training with RL is common; most alternatives require A100-class hardware for anything non-trivial. The dual-path design — Unsloth Core for code users, Unsloth Studio for UI users — shares the same backend, so you're not trading off capability for convenience. CI coverage is unusually thorough: separate smoke workflows per OS (Windows, macOS, Linux/WSL) for API, inference, UI, and install/update paths.

AMD GPU support is a second-class citizen: Studio only does chat and data recipes on AMD, actual training requires dropping back to Unsloth Core, with no clear timeline in the docs. The Studio UI is AGPL-3.0 while the core library is Apache 2.0 — that split will surprise anyone who wants to embed or redistribute the UI in a commercial product. Multi-GPU training is listed as 'available now, with a major upgrade on the way' in the same README, which means the current multi-GPU story is incomplete and likely to change underfoot. The install path (curl-pipe-sh or irm-pipe-iex) without a checksum or signature is a supply chain risk that security-conscious teams will reject outright.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →