Migrating to Unsloth v0.1.42-beta
Version v0.1.42-beta introduces 1 breaking change. This guide details how to update your code.
Released: 5/26/2026
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
torch.loadBreaking Changes
●Issue #1
Removed the `torch.load` fallback on `training_args.bin`.
✓Solution
Untrusted pickles can no longer execute on model load, improving security. Users relying on this fallback for untrusted inputs must ensure inputs are trusted or handle loading externally.
Migration Steps
- 1For Mac users experiencing issues with `unsloth studio update`, use the install curl command instead: `curl -fsSL https://unsloth.ai/install.sh | sh`
Release Summary
This release introduces extensive API calling support with advanced features like image handling, web search, and code execution across major providers. It also brings significant security hardening to Unsloth Studio and improved support for non-English languages.
Need More Details?
View the full release notes and all changes for Unsloth v0.1.42-beta.
View Full Changelog