update examples

This commit is contained in:
hiyouga
2024-03-06 13:14:57 +08:00
parent e0c47358f9
commit d1587c80de
17 changed files with 202 additions and 11 deletions

View File

@@ -7,8 +7,8 @@
"fp16": {
"enabled": "auto",
"loss_scale": 0,
"initial_scale_power": 16,
"loss_scale_window": 1000,
"initial_scale_power": 16,
"hysteresis": 2,
"min_loss_scale": 1
},
@@ -19,9 +19,10 @@
"stage": 2,
"allgather_partitions": true,
"allgather_bucket_size": 5e8,
"overlap_comm": true,
"reduce_scatter": true,
"reduce_bucket_size": 5e8,
"overlap_comm": true,
"contiguous_gradients": true
"contiguous_gradients": true,
"round_robin_gradients": true
}
}