fix link in performance docs (#17419)

This commit is contained in:
Leandro von Werra 2022-05-25 20:54:43 +02:00 committed by GitHub
parent 284fc6c0bb
commit 740a1574f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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