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

📥Unsloth 安装

安装 Unsloth Desktop、Unsloth Studio 或 Unsloth Core。

Unsloth 可以通过三种不同方式安装: 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 和虚拟环境指南.

最后更新于

这有帮助吗?