# Unsloth aktualisieren

### **Unsloth Studio aktualisieren**

Verwenden Sie dieselben Installationsbefehle zum Aktualisieren.

#### **MacOS, Linux, WSL:**

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

#### **Windows PowerShell:**

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

#### Alternativ können Sie auch unseren Aktualisierungsbefehl verwenden:

{% code overflow="wrap" %}

```bash
unsloth studio update 
```

{% endcode %}

### Unsloth Core aktualisieren:

```bash
pip install --upgrade unsloth unsloth_zoo
```

#### Unsloth Core ohne Abhängigkeitsaktualisierungen aktualisieren:

<pre class="language-bash" data-overflow="wrap"><code class="lang-bash">pip install --upgrade --force-reinstall --no-cache-dir --no-deps unsloth
<strong>pip install --upgrade --force-reinstall --no-cache-dir --no-deps unsloth_zoo
</strong></code></pre>

#### Um eine alte Version von Unsloth zu verwenden:

{% code overflow="wrap" %}

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

{% endcode %}

'2025.1.5' ist eine der früheren alten Versionen von Unsloth. Ändern Sie es in eine bestimmte Version, die auf unserem [Github hier](https://github.com/unslothai/unsloth/releases).
