jwieczorekhabana commited on
Commit
c3402c6
1 Parent(s): 803ffaa

Update gaudi_config.json

Browse files
Files changed (1) hide show
  1. gaudi_config.json +1 -25
gaudi_config.json CHANGED
@@ -1,29 +1,5 @@
1
  {
2
- "use_habana_mixed_precision": true,
3
- "hmp_is_verbose": false,
4
  "use_fused_adam": true,
5
  "use_fused_clip_norm": true,
6
- "hmp_bf16_ops": [
7
- "add",
8
- "addmm",
9
- "bmm",
10
- "dot",
11
- "iadd",
12
- "layer_norm",
13
- "matmul",
14
- "mm",
15
- "rsub",
16
- "softmax",
17
- "mul",
18
- "mean",
19
- "dropout",
20
- "linear",
21
- "conv2d"
22
- ],
23
- "hmp_fp32_ops": [
24
- "log_softmax",
25
- "embedding",
26
- "binary_cross_entropy",
27
- "cross_entropy"
28
- ]
29
  }
 
1
  {
 
 
2
  "use_fused_adam": true,
3
  "use_fused_clip_norm": true,
4
+ "use_torch_autocast": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  }