Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
cb425024
"docs/source/en/model_doc/bloom.md" did not exist on "7cb4da13fe4cb2da39b33e099da5bf3abc7340cc"
Unverified
Commit
cb425024
authored
Jul 01, 2022
by
Billy Cao
Committed by
GitHub
Jul 01, 2022
Browse files
Fix typo in perf_train_gpu_one.mdx (#17983)
parent
14fb8a63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/perf_train_gpu_one.mdx
docs/source/en/perf_train_gpu_one.mdx
+1
-1
No files found.
docs/source/en/perf_train_gpu_one.mdx
View file @
cb425024
...
...
@@ -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 exi
s
t.
Note: you need `torch>=1.7` to enjoy this feature.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment