October Release + Unsloth Docker! #3515
shimmyshimmer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, please update Unsloth to use the latest updates! 🦥
New model updates
New features
Tip
Update Unsloth via
pip install --upgrade --force-reinstall --no-cache-dir --no-deps unsloth unsloth_zooIf you want PyTorch 2.9:
pip install --upgrade unsloth unsloth_zooRL Improvements
import os; os.environ["UNSLOTH_VLLM_STANDBY"] = "1"is used.RuntimeError: shape '[1, 887, 1, 128]' is invalid for input of size 3633152for all modelsRL Environment functions
execute_with_time_limitfunction to force functions to execute within a time limit. E.g. with a 2 second time limit, use:check_python_modules.create_locked_down_functionto create a function without leakage of global variables.Benchmarkeriefrom unsloth import Benchmarkerto benchmark functions accurately. It wipes the L1 to L3 cache approximately to reduce chances of benchmark cheating.launch_openenvto launch a continuous reloaded OpenEnv environment process (to stop it from closing down) iefrom unsloth import launch_openenvIt will auto find a port that is not used.Bug fixes
load_in_4bit = TrueAttributeError: 'GptOssTopKRouter' object has no attribute 'weight'UNSLOTH_RETURN_LOGITS="1"works. Fixes [Bug] Empty Logits passed even though os.environ['UNSLOTH_RETURN_LOGITS'] = '1' unable to use compute metrics in evaluation #3126 [Bug] os.environ["UNSLOTH_RETURN_LOGITS"] = "1" becomes unset to "0" once I start to train #3071Output 0 of UnslothFusedLossBackward is a view and is being modified inplace.for Gemma 3 andtransformers>=4.57.1ImportError: cannot import name '_Ink' from 'PIL._typing' (/usr/local/lib/python3.12/dist-packages/PIL/_typing.py)please update and use our new notebooksDon't forget to also join our Reddit: r/unsloth 🥰
What's Changed
New Contributors
Full Changelog: September-2025-v3...October-2025
This discussion was created from the release October Release + Unsloth Docker!.
Beta Was this translation helpful? Give feedback.
All reactions