Unsloth v0.1.807-beta Released with AMD and Apple Silicon Boosts

At a Glance
| Item | Value |
|---|---|
| Repository | unslothai/unsloth |
| Version | v0.1.807-beta |
| Published | 2026-09-08 |
| License | Apache-2.0 |
| Source type | Primary source (the publisher itself) |
Values determined by this site’s code at collection time. Dates are JST.
Overview
Unsloth v0.1.807-beta has been released. Unsloth is a UI tool for running and training LLMs (Large Language Models) and diffusion models in local environments, supporting a diverse range of models such as GGUF, MLX, Qwen3.8, DeepSeek-V4, Gemma 4, and FLUX.
The most significant changes in this update are major performance improvements in AMD and Apple Silicon environments. In particular, on AMD environments, the inference engine now uses Vulkan by default on specific hardware, aiming to improve inference speed.
Breaking Changes & Deprecations
| Item | Old | New |
|---|---|---|
| PyTorch Version | 2.10 | 2.11 |
| AMD Inference Backend (Strix/iGPU) | ROCm or CPU | Vulkan (Default) |
Because the PyTorch version has been updated to 2.11, rebuilding may be required if your existing environment relies on a specific version. Additionally, users utilizing AMD Strix series or iGPUs without ROCm are advised to verify their operation as the backend switches to Vulkan.
Key Changes
Adoption of Vulkan as Default on AMD Environments
Vulkan is now used by default for inference on Strix Halo and Strix Point. This is reported to improve prefill and decode performance by 20% compared to using ROCm. Specifically, on Strix Halo, prompt processing is accelerated by up to 23% and generation speed by 8%. Furthermore, when utilizing AMD iGPUs without ROCm in Linux environments, Vulkan will now be used instead of the CPU.
Apple Silicon (MLX) Optimizations
Efficiency when using MLX in Apple Silicon environments has been significantly improved. Training speed for Gated-delta models has increased by up to 25%, and prompt memory usage for quantized MLX KV caches has been reduced by up to 74% compared to before. Additionally, fine-tuning using DoRA and more DPO loss types is now possible on Apple Silicon.
Improved Reliability on Windows
llama-server.exe for Windows has been digitally signed. This reduces false positives caused by Smart App Control (SAC). In addition, when model loading is blocked due to code integrity, the system has been improved to clearly explain the reason to the user.
Expansion of Docker Images and Package Lightweighting
New Docker images supporting NVIDIA Turing through Blackwell generations have been released. These include images for training and Studio. Native images for AMD64 and ARM64 are also provided via Docker Hub. In addition, the size of the Unsloth Python package has been reduced by 44%, enabling a more lightweight installation.
Supported Models and Hardware
AMD Hardware
Fast inference via Vulkan is available on AMD Strix Halo and Strix Point. Vulkan can also be used on AMD iGPUs in Linux environments that do not use ROCm.
Apple Silicon
In Apple Silicon environments, training of Gated-delta models and fine-tuning using DoRA and various DPO loss types are possible. Moreover, more multimodal models can now be fine-tuned using text-only datasets.
NVIDIA GPU
New Docker images supporting NVIDIA GPUs from the Turing to Blackwell generations are provided.
How to Get It
Installation and update procedures for developers (macOS, Linux, WSL) are as follows:
git clone https://github.com/unslothai/unsloth
cd unsloth
./install.sh --local
unsloth studio -p 8888
To perform an update, run the following command:
cd unsloth && git pull
./install.sh --local
unsloth studio -p 8888
For Windows (PowerShell), use the following procedure:
git clone https://github.com/unslothai/unsloth.git
cd unsloth
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
.\install.ps1 --local
unsloth studio -p 8888
The update procedure is as follows:
cd unsloth; git pull
.\install.ps1 --local
unsloth studio -p 8888
Releases Since Our Last Article
Compiled by Local Model Watch from the project’s GitHub releases: the versions between this release and the last one we covered, which did not get separate articles. Full history: release tracker.
| Version | Released | Release notes |
|---|---|---|
| v0.1.806-beta (2x Faster Qwen3.8-Flash + GLM-5.3-Flash MTP) | 2026-09-02 | GitHub |
| v0.1.805-beta (2x Faster Qwen3.8-Flash + GLM-5.3-Flash MTP) | 2026-09-02 | GitHub |
| v0.1.804-beta (Qwen3.8-Flash-Next + GLM-5.3-Flash) | 2026-08-27 | GitHub |
| v0.1.803-beta (Bug Fixes + Auto compaction + LAN Remote Access) | 2026-08-25 | GitHub |
| v0.1.802-beta (Bug Fixes + Auto compaction + LAN Remote Access) | 2026-08-25 | GitHub |
| v0.1.801-beta (Auto compaction (preview) + LAN Remote Access) | 2026-08-21 | GitHub |
| v0.1.800-beta (Qwen3.8-27B) | 2026-08-14 | GitHub |
| v0.1.702-beta | 2026-08-14 | GitHub |
| v0.1.701-beta (Introducing Unsloth Desktop 🦥) | 2026-08-12 | GitHub |
| v0.1.70-beta (Introducing Unsloth Desktop 🦥) | 2026-08-12 | GitHub |
| v0.1.62-beta | 2026-08-11 | GitHub |
| v0.1.61-beta (Meta Muse Glimmer) | 2026-08-10 | GitHub |
| v0.1.60-beta (Meta Muse Glimmer) | 2026-08-10 | GitHub |
| v0.1.527-beta | 2026-08-10 | GitHub |
| v0.1.526-beta (DSpark + DeepSeek-V4 Flash 0731) | 2026-08-05 | GitHub |
| v0.1.512-beta ( Kimi K3 + DeepSeek-V4 Flash 0731 + Deep Research + Parallel Chat) | 2026-07-30 | GitHub |
| v0.1.501-beta (Introducing AMD support) | 2026-07-20 | GitHub |
| v0.1.49-beta (New Personalization and Language Support!) | 2026-07-16 | GitHub |
| v0.1.481-beta (DeepSeek-V4 + NVFP4 Exporting) | 2026-07-07 | GitHub |
| v0.1.471-beta (GLM 5.2 + Model Hub + 3x longer contexts) | 2026-06-19 | GitHub |
| v0.1.464-beta (DiffusionGemma + Gemma 4 MTP) | 2026-06-12 | GitHub |
| v0.1.451-beta (Gemma 4 MTP + Bug Fixes) | 2026-06-11 | GitHub |
| v0.1.44-beta (Gemma 4 12B, New UI, MCP, Projects) | 2026-06-03 | GitHub |
| v0.1.43-beta (CUDA 13.3, Windows, Mac update) | 2026-05-31 | GitHub |
| v0.1.42-beta (An Update before Revamp!) | 2026-05-26 | GitHub |
| v0.1.41-beta (MTP + Studio fixes) | 2026-05-19 | GitHub |
| v0.1.405-beta (Qwen3.6 MTP and API / Connections) | 2026-05-18 | GitHub |
| v0.1.39-beta (New Unsloth API Inference Endpoint) | 2026-05-05 | GitHub |
| v0.1.37-beta (New UI Redesign + Qwen3.6) | 2026-04-23 | GitHub |
| v0.1.36-beta (Gemma 4 Fixes) | 2026-04-08 | GitHub |
| v0.1.35-beta (Google – Gemma 4 now in Unsloth!) | 2026-04-03 | GitHub |
| v0.1.3-beta (+50% tool call accuracy) | 2026-04-01 | GitHub |
| v0.1.25-beta (New Important Updates!) | 2026-03-28 | GitHub |
| v0.1.2-beta (First Release post Unsloth Studio!) | 2026-03-26 | GitHub |
| b8475 | 2026-03-23 | GitHub |
| b8457 | 2026-03-21 | GitHub |
| v0.1.0-beta (Introducing Unsloth Studio (Beta)!) | 2026-03-18 | GitHub |
| February-2026 (12x Faster MoE Training + Embedding support!) | 2026-02-11 | GitHub |
| December-2025 (December Release + 3x Faster Training) | 2025-12-19 | GitHub |
| November-2025 (November Release + FP8 Training!) | 2025-11-26 | GitHub |
| October-2025 (October Release + Unsloth Docker!) | 2025-10-27 | GitHub |
| September-2025-v3 (gpt-oss Reinforcement Learning + Auto Kernel Notebook) | 2025-09-27 | GitHub |
| September-2025-v2 (Vision Reinforcement Learning + Memory Efficient RL) | 2025-09-17 | GitHub |
| August-2025-v2 (Unsloth Flex Attention + Long context gpt-oss Training) | 2025-08-29 | GitHub |
| August-2025 (gpt-oss Fine-tuning) | 2025-08-09 | GitHub |
| July-2025 (Less VRAM + bug fixes) | 2025-07-10 | GitHub |
| June-2025 (Gemma 3n + Text-to-speech (TTS)) | 2025-06-27 | GitHub |
| May-2025 (Qwen3) | 2025-05-03 | GitHub |
| 2025-03 (Gemma 3 + FFT Support) | 2025-03-15 | GitHub |
| 2025-02-v2 (Long Context GRPO) | 2025-02-21 | GitHub |
| 2025-02 (GRPO, vLLM) | 2025-02-06 | GitHub |
| 2025-01 (Phi-4 & Bug Fixes) | 2025-01-11 | GitHub |
| December-2024 ( Llama 3.3 + Dynamic 4bit Quants) | 2024-12-04 | GitHub |
| November-2024 (Vision finetuning) | 2024-11-22 | GitHub |
| October-2024 (Gradient Accumulation Fix) | 2024-10-16 | GitHub |
| September-2024 (Qwen 2.5 Support) | 2024-09-24 | GitHub |
| August-2024 (Phi 3.5) | 2024-08-21 | GitHub |
| July-Llama-2024 (Llama 3.1 Support) | 2024-07-24 | GitHub |
| July-Mistral-2024 | 2024-07-20 | GitHub |
| July-2024 (2x faster Gemma 2) | 2024-07-04 | GitHub |
Related Articles
- Unsloth v0.1.811-beta Released with AMD & NVIDIA Docker Images
- Unsloth v0.1.808-beta Released with Major Performance Boosts
- Unsloth v0.1.810-beta Released with Multi-User and AMD Support
- Unsloth Releases Windows ARM64 Binary Version
Sources
Update History
- 2026-09-19: Rewrote the article from re-collected sources and restored it from draft to published.

