> For the complete documentation index, see [llms.txt](https://unsloth.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unsloth.ai/docs/de/blog.md).

# Blog

- [3x schnelleres LLM-Training mit Unsloth-Kernels + Packing](https://unsloth.ai/docs/de/blog/3x-faster-training-packing.md): Erfahre, wie Unsloth den Trainingsdurchsatz erhöht und Padding-Verschwendung bei der Feinabstimmung eliminiert.
- [Feinabstimmung mit 500K Kontextlänge](https://unsloth.ai/docs/de/blog/500k-context-length-fine-tuning.md): Erfahre, wie du die Feinabstimmung mit einem Kontextfenster von >500K Tokens mit Unsloth aktivierst.
- [Quantisierungsbewusstes Training (QAT)](https://unsloth.ai/docs/de/blog/quantization-aware-training-qat.md): Quantisiere Modelle mit Unsloth und PyTorch auf 4 Bit, um Genauigkeit zurückzugewinnen.
- [LLMs auf der NVIDIA DGX Station mit Unsloth feinabstimmen](https://unsloth.ai/docs/de/blog/dgx-station.md): NVIDIA-DGX-Station-Tutorial zur Feinabstimmung mit Notebooks von Unsloth.
- [So feinabstimmst du LLMs mit Unsloth & Docker](https://unsloth.ai/docs/de/blog/how-to-fine-tune-llms-with-unsloth-and-docker.md): Erfahre, wie du LLMs feinabstimmst oder Reinforcement Learning (RL) mit Unsloths Docker-Image durchführst.
- [LLMs mit NVIDIA DGX Spark und Unsloth feinabstimmen](https://unsloth.ai/docs/de/blog/fine-tuning-llms-with-nvidia-dgx-spark-and-unsloth.md): Tutorial zum Feinabstimmen und für Reinforcement Learning (RL) mit OpenAI gpt-oss auf NVIDIA DGX Spark.
- [LLMs mit Blackwell, RTX-50-Serie & Unsloth feinabstimmen](https://unsloth.ai/docs/de/blog/fine-tuning-llms-with-blackwell-rtx-50-series-and-unsloth.md): Erfahre in unserer Schritt-für-Schritt-Anleitung, wie du LLMs auf NVIDIA Blackwell RTX-50-Serie- und B200-GPUs feinabstimmst.
- [So führst du Diffusion Image GGUFs in ComfyUI aus](https://unsloth.ai/docs/de/blog/comfyui.md): Anleitung zum Ausführen von Unsloth-Diffusion-GGUF-Modellen in ComfyUI.
- [AI Engineer 2025](https://unsloth.ai/docs/de/blog/ai-engineers-2025.md): Folien zu unserem Workshop auf der AI Engineer World's Fair 2025.
- [Unsloth - AI Engineer World's Fair 2026](https://unsloth.ai/docs/de/blog/ai-engineer-2026.md): Folien zu unserem Workshop auf der AI Engineer World's Fair 2026.
- [GPU Mode - Reinforcement-Learning-Minikonferenz 2026](https://unsloth.ai/docs/de/blog/gpu-mode-conference.md): Folien zu unseren Vorträgen auf der PyTorch-Konferenz 2025.
- [Unsloth AMD PyTorch Synthetic-Data-Hackathon](https://unsloth.ai/docs/de/blog/unsloth-amd-pytorch-synthetic-data-hackathon.md): Tipps & Tricks, Fehlerbehebung und Anleitung zum Ausführen von Unsloth auf einer AMD-GPU.
- [PyTorch-Konferenz 2025 - Unsloth](https://unsloth.ai/docs/de/blog/pytorch-conference-2025-unsloth.md): Folien zu unseren Vorträgen auf der PyTorch-Konferenz 2025.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://unsloth.ai/docs/de/blog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
