"classification/ops_dcnv3/functions/dcnv3_func.py" did not exist on "2cab22944ab7ac3932edede606bcc0fcb5c03a6e"
deepspeed_config.json 495 Bytes
Newer Older
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
1
2
{
  "fp16": {
3
    "enabled": false,
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
4
5
6
7
8
9
    "min_loss_scale": 1
  },
  "amp": {
    "enabled": false,
    "opt_level": "O2"
  },
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
10
  "bfloat16": {
11
    "enabled": true
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
12
  },
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
13
  "zero_optimization": {
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
14
    "stage": 2,
15
16
17
    "offload_optimizer": {
      "device": "cpu"
    },
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
18
    "contiguous_gradients": true
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
19
20
21
22
23
24
  },
  "activation_checkpointing": {
    "partition_activations": true,
    "cpu_checkpointing": false,
    "profile": false
  },
25
26
  "gradient_clipping": 0.1,
  "zero_force_ds_cpu_optimizer": false
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
27
}