> 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 le fine-tuning.
- [Fine-tuning avec une longueur de contexte de 500K](https://unsloth.ai/docs/fr/blog/500k-context-length-fine-tuning.md): Découvrez comment activer le fine-tuning avec une fenêtre de contexte de plus de 500K tokens 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 retrouver de la précision.
- [Fine-tuning 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 de faire du fine-tuning avec les notebooks d'Unsloth.
- [Comment faire du fine-tuning des LLM avec Unsloth et Docker](https://unsloth.ai/docs/fr/blog/how-to-fine-tune-llms-with-unsloth-and-docker.md): Découvrez comment faire du fine-tuning des LLM ou de l'apprentissage par renforcement (RL) avec l'image Docker d'Unsloth.
- [Fine-tuning 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 de faire du fine-tuning et de l'apprentissage par renforcement (RL) avec OpenAI gpt-oss sur NVIDIA DGX Spark.
- [Fine-tuning 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): Découvrez comment faire du fine-tuning des LLM sur les GPU Blackwell RTX série 50 et B200 de NVIDIA grâce à notre guide étape par étape.
- [Comment exécuter des images GGUF de diffusion dans ComfyUI](https://unsloth.ai/docs/fr/blog/comfyui.md): Guide pour exécuter les modèles Unsloth Diffusion GGUF dans ComfyUI.
- [AI Engineer 2025](https://unsloth.ai/docs/fr/blog/ai-engineers-2025.md): Diapositives de notre atelier AI Engineer's Worlds Fair 2025.
- [Unsloth - AI Engineer World's Fair 2026](https://unsloth.ai/docs/fr/blog/ai-engineer-2026.md): Diapositives de notre atelier AI Engineer's Worlds Fair 2026.
- [GPU Mode - Mini-conférence sur l'apprentissage par renforcement 2026](https://unsloth.ai/docs/fr/blog/gpu-mode-conference.md): Diapositives de nos conférences PyTorch Conference 2025.
- [Hackathon de données synthétiques PyTorch AMD d'Unsloth](https://unsloth.ai/docs/fr/blog/unsloth-amd-pytorch-synthetic-data-hackathon.md): Astuces, dépannage et guide pour exécuter Unsloth sur un GPU AMD.
- [PyTorch Conference 2025 - Unsloth](https://unsloth.ai/docs/fr/blog/pytorch-conference-2025-unsloth.md): Diapositives de nos conférences 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/fr/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.
