ds_config_zero1.json 442 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "fp16": {
        "enabled": true,
        "auto_cast": true
    },
    "zero_optimization": {
        "stage": 1,
        "offload_optimizer": {
            "device": "none"
        },
        "offload_param": {
            "device": "none"
        }
    },
    "gradient_accumulation_steps": 4,
    "gradient_clipping": 5.0,
    "steps_per_print": "inf",
    "train_batch_size": "auto",
    "train_micro_batch_size_per_gpu": "auto"
zhe chen's avatar
zhe chen committed
20
}