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
ModelZoo
XuanYuan_pytorch
Commits
b09bf221
Commit
b09bf221
authored
Jul 04, 2024
by
wanglch
Browse files
Upload New File
parent
3174d52a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
deepspeed.json
deepspeed.json
+24
-0
No files found.
deepspeed.json
0 → 100644
View file @
b09bf221
{
"train_micro_batch_size_per_gpu"
:
"auto"
,
"train_batch_size"
:
"auto"
,
"zero_allow_untested_optimizer"
:
true
,
"fp16"
:
{
"enabled"
:
"auto"
,
"loss_scale"
:
0
,
"initial_scale_power"
:
16
,
"loss_scale_window"
:
1000
,
"hysteresis"
:
2
,
"min_loss_scale"
:
2
},
"zero_force_ds_cpu_optimizer"
:
true
,
"zero_optimization"
:
{
"stage"
:
3
,
"stage3_gather_16bit_weights_on_model_save"
:
false
,
"allgather_partitions"
:
true
,
"allgather_bucket_size"
:
5e8
,
"overlap_comm"
:
false
,
"reduce_scatter"
:
true
,
"reduce_bucket_size"
:
5e8
,
"contiguous_gradients"
:
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