regisss HF staff commited on
Commit
7794430
1 Parent(s): 33e3875

Create gaudi_config.json

Browse files
Files changed (1) hide show
  1. gaudi_config.json +25 -0
gaudi_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "use_habana_mixed_precision": true,
3
+ "hmp_opt_level": "O1",
4
+ "hmp_is_verbose": false,
5
+ "hmp_bf16_ops": [
6
+ "addmm",
7
+ "addcmul",
8
+ "bmm",
9
+ "dot",
10
+ "mm",
11
+ "conv2d",
12
+ "layer_norm",
13
+ "linear",
14
+ "matmul",
15
+ "mv"
16
+ ],
17
+ "hmp_fp32_ops": [
18
+ "batch_norm",
19
+ "cross_entropy",
20
+ "log_softmax",
21
+ "nll_loss",
22
+ "softmax",
23
+ "topk"
24
+ ]
25
+ }