Migrating to Unsloth v0.1.43-beta
Version v0.1.43-beta introduces 1 breaking change. This guide details how to update your code.
Released: 5/31/2026
1
Breaking Changes
2
Migration Steps
3
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
llama.cppunsloth studio runmodels/_utils.pyBreaking Changes
●Issue #1
DO NOT USE `unsloth studio update` as packaging will not get the latest updates; use the provided curl/irm scripts instead.
Migration Steps
- 1To update Unsloth or install Unsloth Studio, use the provided installation scripts (curl for macOS/Linux/WSL, irm for Windows) instead of `unsloth studio update`.
- 2If you encounter issues on older macOS versions, note that Apple Silicon Mac OS 13 (Ventura) now requires a source build for `llama.cpp`, while newer versions use prebuilt binaries.
Release Summary
This release focuses heavily on improving Unsloth Studio functionality, adding Gemini provider support, and enhancing cross-platform compatibility, especially around `llama.cpp` binaries for various macOS and Windows CUDA versions. Users are strongly advised to use the new installation scripts instead of `unsloth studio update`.
Need More Details?
View the full release notes and all changes for Unsloth v0.1.43-beta.
View Full Changelog