初始化项目,由ModelHub XC社区提供模型
Model: iamrahulreddy/Quintus Source: Original Platform
This commit is contained in:
20
configs/ds_zero2.json
Normal file
20
configs/ds_zero2.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"zero_optimization": {
|
||||
"stage": 2,
|
||||
"allgather_partitions": true,
|
||||
"allgather_bucket_size": 500000000,
|
||||
"reduce_scatter": true,
|
||||
"reduce_bucket_size": 500000000,
|
||||
"overlap_comm": true,
|
||||
"contiguous_gradients": true
|
||||
},
|
||||
"bf16": {
|
||||
"enabled": true
|
||||
},
|
||||
"gradient_clipping": 1.0,
|
||||
"steps_per_print": 50,
|
||||
"wall_clock_breakdown": false,
|
||||
"comms_logger": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user