Updating Unsloth
To update or use an old version of Unsloth, follow the steps below:
Update Unsloth Studio
MacOS, Linux, WSL:
curl -fsSL https://unsloth.ai/install.sh | shWindows PowerShell:
irm https://unsloth.ai/install.ps1 | iexunsloth studio update Standard Updating:
pip install --upgrade unsloth unsloth_zooUpdating 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_zooTo use an old version of Unsloth:
pip install --force-reinstall --no-cache-dir --no-deps unsloth==2025.1.5Last updated
Was this helpful?

