> 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/fr/blog.md).

# Blog

- [Entraînement des LLM 3x plus rapide avec les kernels Unsloth + le packing](https://unsloth.ai/docs/fr/blog/3x-faster-training-packing.md): Découvrez comment Unsloth augmente le débit d'entraînement et élimine le gaspillage lié au padding pour l'affinage.
- [Affinage avec une longueur de contexte de 500K](https://unsloth.ai/docs/fr/blog/500k-context-length-fine-tuning.md): Découvrez comment activer l'affinage d'une fenêtre de contexte de plus de 500K jetons avec Unsloth.
- [Entraînement conscient de la quantification (QAT)](https://unsloth.ai/docs/fr/blog/quantization-aware-training-qat.md): Quantifiez des modèles en 4 bits avec Unsloth et PyTorch pour récupérer la précision.
- [Affinage des LLM sur NVIDIA DGX Station avec Unsloth](https://unsloth.ai/docs/fr/blog/dgx-station.md): Tutoriel NVIDIA DGX Station sur la façon d'affiner avec les notebooks d'Unsloth.
- [Comment affiner des LLM avec Unsloth et Docker](https://unsloth.ai/docs/fr/blog/how-to-fine-tune-llms-with-unsloth-and-docker.md): Apprenez à affiner des LLM ou à faire de l'apprentissage par renforcement (RL) avec l'image Docker d'Unsloth.
- [Affinage des LLM avec NVIDIA DGX Spark et Unsloth](https://unsloth.ai/docs/fr/blog/fine-tuning-llms-with-nvidia-dgx-spark-and-unsloth.md): Tutoriel sur la façon d'affiner et de faire de l'apprentissage par renforcement (RL) avec OpenAI gpt-oss sur NVIDIA DGX Spark.
- [Affinage des LLM avec Blackwell, la série RTX 50 et Unsloth](https://unsloth.ai/docs/fr/blog/fine-tuning-llms-with-blackwell-rtx-50-series-and-unsloth.md): Apprenez à affiner des LLM sur les GPU Blackwell RTX 50 et B200 de NVIDIA grâce à notre guide étape par étape.
- [Libérez la puissance d'AMD : la prise en charge officielle d'Unsloth est arrivée !](https://unsloth.ai/docs/fr/blog/liberez-la-puissance-damd-la-prise-en-charge-officielle-dunsloth-est-arrivee.md): La prise en charge d'Unsloth pour les GPU AMD est désormais officielle. Affinez des LLM jusqu'à 2x plus rapidement avec environ 70 % de mémoire en moins, sans matériel NVIDIA requis.
- [Comment exécuter des GGUF d'images de diffusion dans ComfyUI](https://unsloth.ai/docs/fr/blog/comfyui.md): Guide pour exécuter les modèles GGUF de diffusion d'Unsloth dans ComfyUI.
- [AI Engineer's 2025](https://unsloth.ai/docs/fr/blog/ai-engineers-2025.md): Diapositives de notre atelier AI Engineer's Worlds Fair 2025.
- [GPU Mode - Conférence miniature sur l'apprentissage par renforcement 2026](https://unsloth.ai/docs/fr/blog/gpu-mode-conference.md): Diapositives de nos présentations à la conférence PyTorch 2025.
- [Hackathon de données synthétiques Unsloth AMD PyTorch](https://unsloth.ai/docs/fr/blog/unsloth-amd-pytorch-synthetic-data-hackathon.md): Conseils et astuces, dépannage et guide pour exécuter Unsloth sur un GPU AMD.
- [Conférence PyTorch 2025 - Unsloth](https://unsloth.ai/docs/fr/blog/pytorch-conference-2025-unsloth.md): Diapositives de nos présentations à la conférence PyTorch 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:

```
GET https://unsloth.ai/docs/fr/blog.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.
