Migrating to Unsloth v0.1.36-beta
Version v0.1.36-beta introduces 1 breaking change. This guide details how to update your code.
Released: 4/8/2026
1
Breaking Changes
2
Migration Steps
7
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Gemma 4 training pipelineGemma 4 inference (26B, 31B)Gemma E2B/E4B with use_cache=Falsemodel_configGemma4ClippableLinearloader.pyis_vision_model()Breaking Changes
●Issue #1
Users must re-download Gemma 4 GGUFs due to updated quant files, although the issues fixed were external to Unsloth.
Migration Steps
- 1Re-download Gemma 4 GGUFs to incorporate critical fixes related to CUDA buffer overlap, kv-cache, and token handling.
- 2Ensure Unsloth version is at least 2026.4.2 (or later, as 2026.4.4 is also mentioned) for optimal Gemma 4 support and fixes.
Release Summary
This release focuses heavily on stabilizing and fixing issues related to Gemma 4 training and quant formats, alongside significant stability and feature enhancements in Unsloth Studio, including the addition of speculative decoding.
Need More Details?
View the full release notes and all changes for Unsloth v0.1.36-beta.
View Full Changelog