Fix typo in perf_train_gpu_one.mdx (#17983)

This commit is contained in:
Billy Cao 2022-07-01 21:19:13 +08:00 committed by GitHub
parent 14fb8a63b9
commit cb42502410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ TrainingArguments(tf32=True)
```
By default the PyTorch default is used.
Note: tf32 mode is internal to CUDA and can't be accessed directly via `tensor.to(dtype=torch.tf32)` as `torch.tf32` doesn't exit.
Note: tf32 mode is internal to CUDA and can't be accessed directly via `tensor.to(dtype=torch.tf32)` as `torch.tf32` doesn't exist.
Note: you need `torch>=1.7` to enjoy this feature.