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
39c37fe4
Unverified
Commit
39c37fe4
authored
Aug 29, 2023
by
Aman Gupta Karmani
Committed by
GitHub
Aug 29, 2023
Browse files
Fix incorrect Boolean value in deepspeed example (#25788)
parent
738ecd17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/main_classes/deepspeed.md
docs/source/en/main_classes/deepspeed.md
+1
-1
No files found.
docs/source/en/main_classes/deepspeed.md
View file @
39c37fe4
...
@@ -1412,7 +1412,7 @@ the full fp32 mode, by explicitly disabling the otherwise default fp16 mixed pre
...
@@ -1412,7 +1412,7 @@ the full fp32 mode, by explicitly disabling the otherwise default fp16 mixed pre
```
json
```
json
{
{
"fp16"
:
{
"fp16"
:
{
"enabled"
:
"
false
"
,
"enabled"
:
false
,
}
}
}
}
```
```
...
...
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