Change8

v0.1.61-beta

📦 unslothView on GitHub →
5 features🐛 48 fixes🔧 14 symbols

Summary

This release introduces Meta's Muse Glimmer 30B open model and adds video generation and preliminary image diffusion support. It also includes numerous bug fixes and UI enhancements for the Unsloth Studio and Desktop applications.

Migration Steps

  1. Update macOS, Linux, or WSL installations using: curl -fsSL https://unsloth.ai/install.sh | sh
  2. Update Windows installations using: irm https://unsloth.ai/install.ps1 | iex

✨ New Features

  • Introduced Meta's Muse Glimmer, a 30B parameter open model for local agentic and coding workflows.
  • Added support for MiniMax-H3 video generation.
  • Included preliminary support for image diffusion.
  • Revamped the training page.
  • Chat now provides downloadable artifacts.

🐛 Bug Fixes

  • Studio: Judge cached-pipeline signals on snapshot row load.
  • Studio: Make sidebar menu separators visible in dark mode.
  • Studio: Run sandbox matplotlib headless.
  • Prevent desktop startup requests from being sent to an unvalidated port 8888.
  • Add a background image to the macOS DMG install window.
  • Studio: Keep Video under More until pinned by user.
  • Studio: Show generated media unrounded and fix selected thumbnail.
  • Studio: Drop the New badge from the Video nav row.
  • Studio: Stop clicked tooltips from hanging over dialogs.
  • Fix stale response-model label assertion.
  • Studio: Detect stalled Deep Research output streams.
  • Guard release-desktop version input and document Cargo version.
  • Studio: Add Qwen3-ASR dictation, cancellable downloads, and download prompt.
  • Studio: Even out the gap around the More flyout's rule.
  • Studio: Stop the New chat row from looking hovered on a blank new chat.
  • Studio: Fix remaining translation defects.
  • Studio: Fix download card alignment and surface the stop button.
  • Keep the file-edit turn 2 prompt to one instruction and stop waiving its cap.
  • Studio: Align Tauri sidebar spacing.
  • Fix sidebar bottom fade cutting off the last row mid-glyph.
  • Answer GGUF variants from cache by request names and skip unreadable ones.
  • Desktop: Warn before quitting during an update and skip installer fallback on cancel.
  • Desktop: Publish drafts without rebuilding.
  • Studio: Restore locale parity and gate it in CI.
  • Studio: Make training and model-picker copy name UI that exists.
  • Studio: Run bash and name the real platform for the terminal tool on Windows.
  • Desktop: Fix Linux release asset names.
  • Unsloth Studio: Keep Images and Video headers clear of the custom titlebar.
  • Studio: Keep child spawns alive under a pid-1 parent.
  • Improve desktop startup status.
  • Tauri smoke: Stop uploading the whole target/debug tree (350GB of artifacts).
  • Restore warnings_issued for trl trainers on transformers 5.1+.
  • Fetch sentence-transformers model's subfolder weights instead of pruning them.
  • Do not enter CUDA autocast for a float32 model during generate.
  • Locate dictation model search box by test id, not by placeholder copy.
  • Record a stopped repair update as canceled rather than failed.
  • Bound dataset_num_proc by memory and stop treating 1 as 'no multiprocessing'.
  • Studio: Quiet image and video generation progress polls.
  • Studio: Stop Images Train settings columns overlapping.
  • Fake Windows blocklist in mangled-switch test so it runs off Windows.
  • Refine desktop media header alignment.
  • Read GGUF context length from snapshot that answered, not repo cache dir.
  • Tighten remaining artifact uploads.
  • Studio: Prevent long streaming Markdown stalls.
  • Fix studio server crash when launched without a console (Windows).
  • Fix GGUF export writing outside the chosen save directory on Windows.
  • Fix Windows PowerShell resource path authorization.
  • Desktop: Fix the mobile-layout fallout of Windows text scaling.

Affected Symbols