github unslothai/unsloth v0.1.52-beta
Faster downloading + DeepSeek-V4 Flash 0731

3 hours ago

Hey everyone! For folks who missed the news - Kimi K3 & DeepSeek v4 Flash can now run locally with Unsloth Dynamic GGUFs! We now added more efficient and faster downloading for Colab, low memory systems and also high memory and CPU systems - we auto fallback to HTTP as well if XET is stuck

DeepSeek V4 Flash 0731

You can run our DeepSeek V4 Dynamic GGUFs through Unsloth. Unsloth automatically detects multi-GPU setups and can offload model layers to system memory.

  • UD-IQ1_S is 83GB in disk space.
  • UD-IQ3_XXS is 104GB in disk space and fits in 128GB machines.
  • UD-Q4_K_XL is 155GB in disk space.
  • For lossless inference, use UD-Q8_K_XL, which is 162TB in disk space.

Read our full DeepSeek V4 Flash guide

Kimi K3

Moonshot AI’s Kimi K3 is a 2.8T-parameter MoE model with 104B active parameters, native vision support and a 1M context window. Kimi K3 is thinking-only and Unsloth supports low, high and max reasoning efforts.

You can run our Kimi K3 Dynamic GGUFs through Unsloth. Unsloth automatically detects multi-GPU setups and offloads layers automatically.

Kimi K3 is a very large model, so plan your hardware accordingly:

  • UD-IQ1_S is 595GB in disk space.
  • UD-Q4_K_XL is 1.51TB in disk space.
  • For lossless inference, use UD-Q8_K_XL, which is 1.56TB in disk space.

Read our full Kimi K3 guide and learn more about Unsloth Dynamic 2.0 GGUFs.

Updating / installing Unsloth

macOS, Linux, WSL:

curl -fsSL https://unsloth.ai/install.sh | sh

Windows:

irm https://unsloth.ai/install.ps1 | iex

Unsloth is NOT affected by the Keyv security incident

As per https://www.aikido.dev/blog/keyv-and-friends-compromised-in-npm-supply-chain-attack, Unsloth uses ESLint which uses keyv==4.5.4, flat-cache==4.0.1, file-entry-cache==8.0.0. The compromised versions are keyv==6.0.0, flat-cache==6.1.24, file-entry-cache==11.1.6

Unsloth DOES NOT use the compromised versions, so you do NOT need to take any action.

However please check your own systems and other non Unsloth packages for any compromise - see https://github.com/wiz-sec-public/wiz-research-iocs/blob/main/reports/keyv-packages.csv for compromised packages

What's Changed

New Contributors

Full Changelog: v0.1.51-beta...v0.1.52-beta

Don't miss a new unsloth release

NewReleases is sending notifications on new releases.