"git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "66158f66a027a2e7de483d9b3e6ca7c889489b13"
Unverified Commit cb425024 authored by Billy Cao's avatar Billy Cao Committed by GitHub
Browse files

Fix typo in perf_train_gpu_one.mdx (#17983)

parent 14fb8a63
...@@ -400,7 +400,7 @@ TrainingArguments(tf32=True) ...@@ -400,7 +400,7 @@ TrainingArguments(tf32=True)
``` ```
By default the PyTorch default is used. 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. Note: you need `torch>=1.7` to enjoy this feature.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment