初始化项目,由ModelHub XC社区提供模型

Model: iamrahulreddy/Quintus
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-28 21:11:02 +08:00
commit 930b4e9f2c
53 changed files with 9557 additions and 0 deletions

20
configs/ds_zero2.json Normal file
View 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
}
}