OmniVoice_sync_data_and_code / examples /config /ds_config_zero2.json
Abdelrahman2922's picture
Add files using upload-large-folder tool
a4d9876 verified
raw
history blame contribute delete
496 Bytes
{
"steps_per_print": 100,
"zero_optimization": {
"stage": 2,
"allgather_partitions": true,
"allgather_bucket_size": 2e8,
"overlap_comm": true,
"reduce_scatter": true,
"reduce_bucket_size": 2e8,
"contiguous_gradients": true
},
"gradient_accumulation_steps": "auto",
"gradient_clipping": "auto",
"train_batch_size": "auto",
"train_micro_batch_size_per_gpu": "auto",
"bf16": {
"enabled": "auto"
}
}