mirror of https://github.com/THUDM/ChatGLM-6B
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
509 B
21 lines
509 B
{ |
|
"train_micro_batch_size_per_gpu": "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": 1 |
|
}, |
|
"zero_optimization": { |
|
"stage": 2, |
|
"allgather_partitions": true, |
|
"allgather_bucket_size": 5e8, |
|
"overlap_comm": false, |
|
"reduce_scatter": true, |
|
"reduce_bucket_size": 5e8, |
|
"contiguous_gradients" : true |
|
} |
|
} |