From 73efe896df8e7a6d8094e86e9aa3ef1691152d73 Mon Sep 17 00:00:00 2001 From: Dries Verachtert Date: Tue, 12 Mar 2024 11:39:56 +0100 Subject: [PATCH] Fix minor typo: softare => software (#29602) --- docs/source/en/perf_train_gpu_one.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/perf_train_gpu_one.md b/docs/source/en/perf_train_gpu_one.md index df27f17861..990df0340b 100644 --- a/docs/source/en/perf_train_gpu_one.md +++ b/docs/source/en/perf_train_gpu_one.md @@ -65,7 +65,7 @@ training your model with [`Trainer`] or writing a pure PyTorch loop, in which ca with 🤗 Accelerate](#using--accelerate). If these methods do not result in sufficient gains, you can explore the following options: -* [Look into building your own custom Docker container with efficient softare prebuilds](#efficient-software-prebuilds) +* [Look into building your own custom Docker container with efficient software prebuilds](#efficient-software-prebuilds) * [Consider a model that uses Mixture of Experts (MoE)](#mixture-of-experts) * [Convert your model to BetterTransformer to leverage PyTorch native attention](#using-pytorch-native-attention-and-flash-attention)