Skip to content

Commit

Permalink
docs: fix outdated link to TF32 explanation (#32947)
Browse files Browse the repository at this point in the history
fix outdated link
  • Loading branch information
anakin87 authored Aug 22, 2024
1 parent a26de15 commit d806fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/training_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ class TrainingArguments:
tf32 (`bool`, *optional*):
Whether to enable the TF32 mode, available in Ampere and newer GPU architectures. The default value depends
on PyTorch's version default of `torch.backends.cuda.matmul.allow_tf32`. For more details please refer to
the [TF32](https://huggingface.co/docs/transformers/performance#tf32) documentation. This is an
the [TF32](https://huggingface.co/docs/transformers/perf_train_gpu_one#tf32) documentation. This is an
experimental API and it may change.
local_rank (`int`, *optional*, defaults to -1):
Rank of the process during distributed training.
Expand Down

0 comments on commit d806fa3

Please sign in to comment.