Unsloth auf Windows installieren
Installiere Unsloth Desktop, Unsloth Studio oder Unsloth Core unter Windows.
Unsloth manuell installieren
Unsloth Studio
irm https://unsloth.ai/install.ps1 | iexunsloth studio -H 0.0.0.0 -p 8888Methode Nr. 1 – Windows über Conda:
1


Invoke-WebRequest -Uri "https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe" -OutFile ".\miniconda.exe"
Start-Process -FilePath ".\miniconda.exe" -ArgumentList "/S" -Wait
del .\miniconda.exe



2
conda create --name unsloth_env python==3.12 -y
conda activate unsloth_env
3

4
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu130
import torch
print(torch.cuda.is_available())
A = torch.ones((10, 10), device = "cuda")
B = torch.ones((10, 10), device = "cuda")
A @ B
5
pip install unsloth6
🦥 Unsloth: Ihr Computer wird gepatcht, um 2x schnelleres kostenloses Fine-Tuning zu ermöglichen.
🦥 Unsloth Zoo wird nun alles patchen, damit das Training schneller wird!
==((====))== Unsloth 2026.1.4: Schnelles Gemma3-Patching. Transformers: 4.57.6.
\\ /| NVIDIA GeForce RTX 3060. Anzahl GPUs = 1. Max. Speicher: 12,0 GB. Plattform: Windows.
O^O/ \_/ \ Torch: 2.10.0+cu130. CUDA: 8.6. CUDA Toolkit: 13.0. Triton: 3.6.0
\ / Bfloat16 = TRUE. FA [Xformers = 0.0.34. FA2 = False]
"-____-" Kostenlose Lizenz: http://github.com/unslothai/unsloth
Unsloth: Schnelles Herunterladen ist aktiviert – ignorieren Sie Download-Balken, die rot gefärbt sind!
Unsloth: Gemma3 unterstützt SDPA nicht – Umschalten auf schnelles Eager.
Unsloth: `model.base_model.model.model` mit Gradienten versehen
Unsloth: Tokenizing ["text"] (num_proc=1): 0%| | 0/210289 [00:00<?, ? examples/s]� Unsloth: Ihr Computer wird gepatcht, um 2x schnelleres kostenloses Fine-Tuning zu ermöglichen.
🦥 Unsloth: Ihr Computer wird gepatcht, um 2x schnelleres kostenloses Fine-Tuning zu ermöglichen.
Methode Nr. 2 – Docker:
1
2
3
4
5
Methode Nr. 3 – WSL:
1
2
3
4
5
6
Fehlerbehebung / Erweitert
Deinstallieren
Unsloth Desktop
Unsloth Studio (manuelle Installation)
Manuelle Deinstallation
Zwischengespeicherte HF-Modelldateien löschen
Zuletzt aktualisiert
War das hilfreich?




