> 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 beim Finetuning eliminiert.
- [Finetuning mit 500K Kontextlänge](https://unsloth.ai/docs/de/blog/500k-context-length-fine-tuning.md): Erfahre, wie du mit Unsloth ein Finetuning mit einem Kontextfenster von mehr als 500K Token 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 die Genauigkeit wiederherzustellen.
- [LLMs auf der NVIDIA DGX Station mit Unsloth finetunen](https://unsloth.ai/docs/de/blog/dgx-station.md): NVIDIA-DGX-Station-Tutorial zum Finetuning mit Notebooks von Unsloth.
- [Wie man LLMs mit Unsloth & Docker finetuned](https://unsloth.ai/docs/de/blog/how-to-fine-tune-llms-with-unsloth-and-docker.md): Erfahre, wie du LLMs mit dem Docker-Image von Unsloth feinabstimmst oder Reinforcement Learning (RL) durchführst.
- [Finetuning von LLMs mit NVIDIA DGX Spark und Unsloth](https://unsloth.ai/docs/de/blog/fine-tuning-llms-with-nvidia-dgx-spark-and-unsloth.md): Tutorial zum Finetuning und zur Durchführung von Reinforcement Learning (RL) mit OpenAI gpt-oss auf NVIDIA DGX Spark.
- [Finetuning von LLMs mit Blackwell, RTX 50-Serie & Unsloth](https://unsloth.ai/docs/de/blog/fine-tuning-llms-with-blackwell-rtx-50-series-and-unsloth.md): Erfahre mit unserem Schritt-für-Schritt-Leitfaden, wie du LLMs auf NVIDIAs Blackwell-, RTX-50-Serie- und B200-GPUs feinabstimmst.
- [Wie man Diffusion-Image-GGUFs in ComfyUI ausführt](https://unsloth.ai/docs/de/blog/comfyui.md): Leitfaden zum Ausführen von Unsloth-Diffusion-GGUF-Modellen in ComfyUI.
- [AI Engineer's 2025](https://unsloth.ai/docs/de/blog/ai-engineers-2025.md): Folien zu unserem Workshop auf der AI Engineer's Worlds 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's Worlds 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 Conference 2025.
- [Unsloth AMD PyTorch Synthetic-Data-Hackathon](https://unsloth.ai/docs/de/blog/unsloth-amd-pytorch-synthetic-data-hackathon.md): Tipps & Tricks, Fehlerbehebung und Leitfaden zum Ausführen von Unsloth auf einer AMD-GPU.
- [PyTorch Conference 2025 - Unsloth](https://unsloth.ai/docs/de/blog/pytorch-conference-2025-unsloth.md): Folien zu unseren Vorträgen auf der PyTorch Conference 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.
