For the complete documentation index, see llms.txt. This page is also available as Markdown.

📥Unslothのインストール

Unsloth Desktop、Unsloth Studio、またはUnsloth Coreをインストールします。

Unsloth は次の 3 つの異なる方法でインストールできます: Unsloth Desktop, ネイティブアプリ; Unsloth Studio, ブラウザベースの Web UI、または Unsloth Core, 元のコードベースの Python パッケージです。

Unsloth Desktop

お使いのオペレーティングシステム用のネイティブデスクトップアプリをダウンロードしてください:

Unsloth Studio

Unsloth Studio はブラウザベースの Web UI です。これらのコマンドは、Studio を手動でインストールする場合のみ使用してください。

macOS、Linux、および WSL:

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

Windows PowerShell:

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

Studio の起動コマンド:

unsloth studio -H 0.0.0.0 -p 8888

要件と詳細オプションについては、 Unsloth Studio インストールガイド.

Unsloth Core

Unsloth Core は、コードベースのトレーニングと推論のための元の Python パッケージです。 uv、pip、仮想環境ガイド.

最終更新

役に立ちましたか?