From f5eec8a6f2834a34062e1b5e2760ce5160a6227a Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:16:36 -0700 Subject: [PATCH 1/2] Qwen3.6 and ReadMe revamp.md --- README.md | 53 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7046a2af7..29a2a49bb 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,54 @@

- - - Unsloth logo + + + Unsloth logo

-Run and train AI models with a unified local interface. +Unsloth Studio lets you run and train models locally.

Features • - Quickstart • + QuickstartNotebooks • - Documentation • - Reddit + Documentation

- -unsloth studio ui homepage +
+ +

+ Train models with Unsloth Studio + Run models with Unsloth Studio +

-Unsloth Studio (Beta) lets you run and train text, [audio](https://unsloth.ai/docs/basics/text-to-speech-tts-fine-tuning), [embedding](https://unsloth.ai/docs/new/embedding-finetuning), [vision](https://unsloth.ai/docs/basics/vision-fine-tuning) models on Windows, Linux and macOS. +## ⚡ Get started + +#### macOS, Linux, WSL: +```bash +curl -fsSL https://unsloth.ai/install.sh | sh +``` +#### Windows: +```powershell +irm https://unsloth.ai/install.ps1 | iex +``` +#### Community: + +- [Discord](https://discord.gg/unsloth) +- [𝕏 (Twitter)](https://x.com/UnslothAI) +- [Reddit](https://reddit.com/r/unsloth) ## ⭐ Features -Unsloth provides several key features for both inference and training: +Unsloth Studio (Beta) lets you run and train text, [audio](https://unsloth.ai/docs/basics/text-to-speech-tts-fine-tuning), [embedding](https://unsloth.ai/docs/new/embedding-finetuning), [vision](https://unsloth.ai/docs/basics/vision-fine-tuning) models on Windows, Linux and macOS. + ### Inference * **Search + download + run models** including GGUF, LoRA adapters, safetensors * **Export models**: [Save or export](https://unsloth.ai/docs/new/studio/export) models to GGUF, 16-bit safetensors and other formats. @@ -40,7 +66,7 @@ Unsloth provides several key features for both inference and training: * **Observability**: Monitor training live, track loss and GPU usage and customize graphs. * [Multi-GPU](https://unsloth.ai/docs/basics/multi-gpu-training-with-unsloth) training is supported, with major improvements coming soon. -## ⚡ Quickstart +## 📥 Install Unsloth can be used in two ways: through **[Unsloth Studio](https://unsloth.ai/docs/new/studio/)**, the web UI, or through **Unsloth Core**, the code-based version. Each has different requirements. ### Unsloth Studio (web UI) @@ -133,7 +159,8 @@ Read our [guide](https://unsloth.ai/docs/get-started/fine-tuning-llms-guide). Ad - See detailed documentation for Unsloth [here](https://unsloth.ai/docs) ## 🦥 Unsloth News -- **Gemma 4**: Run and train Google’s new models directly in Unsloth Studio! [Blog](https://unsloth.ai/docs/models/gemma-4) +- **Qwen3.6**: Qwen3.6-35B-A3B can now be trained and run in Unsloth Studio. [Blog](https://unsloth.ai/docs/models/qwen3.6) +- **Gemma 4**: Run and train Google’s new models directly in Unsloth. [Blog](https://unsloth.ai/docs/models/gemma-4) - **Introducing Unsloth Studio**: our new web UI for running and training LLMs. [Blog](https://unsloth.ai/docs/new/studio) - **Qwen3.5** - 0.8B, 2B, 4B, 9B, 27B, 35-A3B, 112B-A10B are now supported. [Guide + notebooks](https://unsloth.ai/docs/models/qwen3.5/fine-tune) - Train **MoE LLMs 12x faster** with 35% less VRAM - DeepSeek, GLM, Qwen and gpt-oss. [Blog](https://unsloth.ai/docs/new/faster-moe) From b24f3f61b83fab129aa67e46ff9c2d430434401a Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:37:40 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 29a2a49bb..e1b7e448e 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,7 @@ Unsloth Studio lets you run and train models locally.


-

- Train models with Unsloth Studio - Run models with Unsloth Studio -

+unsloth studio ui homepage ## ⚡ Get started