jwieczorekhabana commited on
Commit
625264e
1 Parent(s): ac388e7

Update gaudi_config.json

Browse files
Files changed (1) hide show
  1. gaudi_config.json +0 -25
gaudi_config.json CHANGED
@@ -1,29 +1,4 @@
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
- "dropout",
11
- "gelu",
12
- "iadd",
13
- "linear",
14
- "layer_norm",
15
- "matmul",
16
- "mm",
17
- "rsub",
18
- "softmax",
19
- "truediv",
20
- "avg_pool2d",
21
- "conv2d"
22
- ],
23
- "hmp_fp32_ops": [
24
- "nll_loss",
25
- "log_softmax",
26
- "embedding",
27
- "cross_entropy"
28
- ]
29
  }
 
1
  {
 
 
2
  "use_fused_adam": true,
3
  "use_fused_clip_norm": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }