forked from Ledzy/BAdam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_ds_zero3.json
More file actions
32 lines (32 loc) · 893 Bytes
/
sample_ds_zero3.json
File metadata and controls
32 lines (32 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"train_batch_size": 32,
"train_micro_batch_size_per_gpu": 16,
"steps_per_print": 2000,
"fp16": {
"enabled": false
},
"zero_optimization": {
"stage": 3,
"allgather_partitions": true,
"allgather_bucket_size": 2e8,
"overlap_comm": true,
"reduce_scatter": true,
"reduce_bucket_size": 2e8,
"contiguous_gradients": true,
"cpu_offload": false
},
"activation_checkpointing": {
"partition_activations": true,
"cpu_checkpointing": true,
"number_checkpoints": 4,
"synchronize_checkpoint_boundary": false,
"contiguous_memory_optimization": false
},
"zero_allow_untested_optimizer": true,
"gradient_accumulation_steps": 1,
"wall_clock_breakdown": false,
"local_rank": 0,
"deepseed_config": {
"zero_optimization_stage": 3
}
}