arrow-rotate-rightUnslothの更新

Unslothを更新する、または古いバージョンを使うには、以下の手順に従ってください:

Unsloth Studio を更新

更新するには、同じインストールコマンドを使用してください。

MacOS、Linux、WSL:

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

Windows PowerShell:

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

または、次を使用してください:

unsloth studio update 

標準の更新:

pip install --upgrade unsloth unsloth_zoo

依存関係の更新なしで更新するには:

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

Unsloth の古いバージョンを使うには:

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

「2025.1.5」は、Unsloth の以前の古いバージョンの1つです。これを、こちらに掲載されている特定のリリースに変更してください。 こちらの GitHubarrow-up-right.

最終更新

役に立ちましたか?