From 740a1574f1d95fb81f063bdda9f4c27abea7f04b Mon Sep 17 00:00:00 2001 From: Leandro von Werra Date: Wed, 25 May 2022 20:54:43 +0200 Subject: [PATCH] fix link in performance docs (#17419) --- docs/source/en/performance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/performance.mdx b/docs/source/en/performance.mdx index d75d62001c..8b6d45cde6 100644 --- a/docs/source/en/performance.mdx +++ b/docs/source/en/performance.mdx @@ -30,7 +30,7 @@ Training transformer models efficiently requires an accelerator such as a GPU or Training large models on a single GPU can be challenging but there are a number of tools and methods that make it feasible. In this section methods such as mixed precision training, gradient accumulation and checkpointing, efficient optimizers, as well as strategies to determine the best batch size are discussed. -[Go to single GPU training section](perf_train_gpu_single) +[Go to single GPU training section](perf_train_gpu_one) ### Multi-GPU