github unslothai/unsloth November-2025
November Release + FP8 Training!

10 hours ago

We’re getting close to our final release of 2025! Thanks so much for sticking with us this year. We’ve got lots of new features so please update Unsloth to use the latest updates! 🦥

Unsloth November Release

output(14)
  • You may notice Unsloth now uses much less VRAM than before, enabling even longer context. We’re also implementing faster training very soon and we’ll share all the details in an upcoming blog.
  • DeepSeek-OCR fine-tuning is here! We fine-tuned DeepSeek-OCR, improving its language understanding by 89%. Read our BlogFree notebook
  • Qwen3-VL models supported including GGUFs to run locally: Blogpost + fixesGGUFs
  • We analyzed RL training-inference mismatch for FP16 vs. BF16 and concluded that Unsloth does not have this issue: Analysis and Results
  • We’ve partnered with Docker to let you run LLMs locally with zero setup. Docker GGUFs are now powered by Unsloth Dynamic.
    Example: docker model run hf.co/unsloth/gpt-oss-20b-GGUF:F16 Read guide
  • Baidu ERNIE models are now supported. Notebooks coming soon.
  • Unsloth now supports SGLang. Read our guide
  • We wrote guides for LoRA Hot Swapping and vLLM Engine Arguments
  • Run Kimi-K2-Thinking the most powerful open model locally. Kimi-K2 Guide
  • Lots of bug fixes! See further below.

Tip

Update Unsloth via pip install --upgrade --force-reinstall --no-cache-dir --no-deps unsloth unsloth_zoo
If you want PyTorch 2.9: pip install --upgrade unsloth unsloth_zoo

Bug Fixes and Enhancements

  1. Supports trl>=0.25.0 and vllm>=0.11.2 and transformers>=4.57.1
  2. Fixed gpt-oss GRPO, RL excessive re-compilations on torch>=2.9.0
  3. Fixes Sleep mode and reduces memory usage by 5 to 15% further for RL, GRPO
  4. Fix propagation of trust_remote_code = True
  5. Fix Unsloth offloaded gradient checkpointing not offloading on 1st step - reduces VRAM by >20%
  6. Add logits.detach() to GRPO to solve double backwards on some pathways
  7. Add int64 kernels & fixed RoPE embeddings to allow super ultra long context training
  8. Fixed 📓 OpenEnv gpt-oss RL notebook
  9. DGX Spark docker image fixed

What's Changed

Unsloth Zoo Changes

Unsloth Notebooks Changes

Full Changelog: October-2025...November-2025

What's Changed

New Contributors

Full Changelog: October-2025...November-2025

Don't miss a new unsloth release

NewReleases is sending notifications on new releases.