mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-10-10 04:29:15 +08:00
20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"scheduler": {
|
|
"type": "WarmupDecayLR",
|
|
"params": {
|
|
"warmup_min_lr": "auto",
|
|
"warmup_max_lr": "auto",
|
|
"warmup_num_steps": "auto",
|
|
"total_num_steps": "auto"
|
|
}
|
|
},
|
|
"zero_optimization": {
|
|
"stage": 2,
|
|
"allgather_partitions": true,
|
|
"allgather_bucket_size": 2e8,
|
|
"overlap_comm": true,
|
|
"reduce_scatter": true,
|
|
"reduce_bucket_size": 1e8,
|
|
"contiguous_gradients": true
|
|
}
|
|
} |