# Unsloth 安装

Unsloth 可通过两种方式使用：通过 [Unsloth Studio](https://unsloth.ai/docs/zh/xin-zeng/studio/install)，即网页界面，或者通过 Unsloth Core，即最初的基于代码版本。查看我们的 [系统要求](https://unsloth.ai/docs/zh/kai-shi-shi-yong/fine-tuning-for-beginners/unsloth-requirements)

Unsloth Studio 可在 MacOS、Linux、Windows、NVIDIA 等平台上运行。使用相同的安装命令来更新或 `unsloth studio update`.

**MacOS、Linux、WSL：**

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

**Windows PowerShell：**

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

**启动 Unsloth Studio：**

```bash
unsloth studio -H 0.0.0.0 -p 8888
```

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">封面图片</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="install/mac">mac</a></td><td></td><td></td></tr><tr><td><a href="install/pip-install">pip-install</a></td><td></td><td><a href="install/pip-install">pip-install</a></td></tr><tr><td><a href="install/windows-installation">windows-installation</a></td><td></td><td></td></tr><tr><td><a href="install/docker">docker</a></td><td></td><td></td></tr><tr><td><a href="install/updating">updating</a></td><td></td><td><a href="install/updating">updating</a></td></tr><tr><td><a href="install/amd">amd</a></td><td></td><td></td></tr><tr><td><a href="install/intel">intel</a></td><td></td><td></td></tr><tr><td><a href="install/conda-install">conda-install</a></td><td></td><td><a href="install/conda-install">conda-install</a></td></tr><tr><td><a href="install/vs-code">vs-code</a></td><td></td><td></td></tr><tr><td><a href="install/google-colab">google-colab</a></td><td></td><td><a href="install/google-colab">google-colab</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://unsloth.ai/docs/zh/kai-shi-shi-yong/install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
