File size: 402 Bytes
05c2ce1
4f8d894
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_habana_mixed_precision": true,
 "hmp_is_verbose": false,
 "use_fused_adam": true,
 "use_fused_clip_norm": true,
 "hmp_bf16_ops": [
   "add",
   "addmm",
   "bmm",
   "div",
   "dropout",
   "gelu",
   "iadd",
   "linear",
   "layer_norm",
   "matmul",
   "mm",
   "rsub",
   "softmax",
   "truediv"
 ],
 "hmp_fp32_ops": [
   "cross_entropy",
   "embedding",
   "nll_loss",
   "log_softmax"
 ]
}