regisss HF staff commited on
Commit
4f5c01e
1 Parent(s): acc728c

Create Gaudi config

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