Updating Unsloth

To update or use an old version of Unsloth, follow the steps below:

Update Unsloth Studio

You can use the same install commands to update

MacOS, Linux, WSL:

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

Windows PowerShell:

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

Alternatively, you can also use our update command:

unsloth studio update 

Updating Unsloth Core:

pip install --upgrade unsloth unsloth_zoo

Updating Unsloth Core without dependency updates:

pip install --upgrade --force-reinstall --no-cache-dir --no-deps unsloth
pip install --upgrade --force-reinstall --no-cache-dir --no-deps unsloth_zoo

To use an old version of Unsloth:

pip install --force-reinstall --no-cache-dir --no-deps unsloth==2025.1.5

'2025.1.5' is one of the previous old versions of Unsloth. Change it to a specific release listed on our Github here.

Last updated

Was this helpful?