File size: 404 Bytes
942f1b6
 
b6b7067
17bb4da
 
fb67b34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
942f1b6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "use_fused_adam": true,
  "use_fused_clip_norm": true,
  "use_torch_autocast": true,
  "autocast_bf16_ops": [
    "add",
    "addmm",
    "bmm",
    "div",
    "dropout",
    "gelu",
    "iadd",
    "linear",
    "layer_norm",
    "matmul",
    "mm",
    "rsub",
    "softmax",
    "truediv"
  ],
  "autocast_fp32_ops": [
    "embedding",
    "nll_loss",
    "log_softmax",
    "cross_entropy"
  ]
}