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
c0864d98
"vscode:/vscode.git/clone" did not exist on "13001ee315171c4f9e2fec4ed7862e19fa453a5e"
Unverified
Commit
c0864d98
authored
Feb 11, 2022
by
Ngo Quang Huy
Committed by
GitHub
Feb 10, 2022
Browse files
Correct JSON format (#15600)
parent
2e8b85f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/source/main_classes/deepspeed.mdx
docs/source/main_classes/deepspeed.mdx
+3
-3
No files found.
docs/source/main_classes/deepspeed.mdx
View file @
c0864d98
...
@@ -733,14 +733,14 @@ The following configuration example enables NVMe to offload both optimizer state
...
@@ -733,14 +733,14 @@ The following configuration example enables NVMe to offload both optimizer state
"buffer_count": 5,
"buffer_count": 5,
"buffer_size": 1e8,
"buffer_size": 1e8,
"max_in_cpu": 1e9
"max_in_cpu": 1e9
}
}
,
"aio": {
"aio": {
"block_size": 262144,
"block_size": 262144,
"queue_depth": 32,
"queue_depth": 32,
"thread_count": 1,
"thread_count": 1,
"single_submit": false,
"single_submit": false,
"overlap_events": true
"overlap_events": true
}
}
,
"overlap_comm": true,
"overlap_comm": true,
"contiguous_gradients": true,
"contiguous_gradients": true,
"sub_group_size": 1e9,
"sub_group_size": 1e9,
...
@@ -750,7 +750,7 @@ The following configuration example enables NVMe to offload both optimizer state
...
@@ -750,7 +750,7 @@ The following configuration example enables NVMe to offload both optimizer state
"stage3_max_live_parameters": 1e9,
"stage3_max_live_parameters": 1e9,
"stage3_max_reuse_distance": 1e9,
"stage3_max_reuse_distance": 1e9,
"stage3_gather_fp16_weights_on_model_save": true
"stage3_gather_fp16_weights_on_model_save": true
}
,
}
}
}
```
```
...
...
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