regisss HF staff commited on
Commit
fb67b34
1 Parent(s): 17bb4da

Format JSON file

Browse files
Files changed (1) hide show
  1. gaudi_config.json +21 -21
gaudi_config.json CHANGED
@@ -3,25 +3,25 @@
3
  "use_fused_clip_norm": true,
4
  "use_torch_autocast": true,
5
  "autocast_bf16_ops": [
6
- "add",
7
- "addmm",
8
- "bmm",
9
- "div",
10
- "dropout",
11
- "gelu",
12
- "iadd",
13
- "linear",
14
- "layer_norm",
15
- "matmul",
16
- "mm",
17
- "rsub",
18
- "softmax",
19
- "truediv"
20
- ],
21
- "autocast_fp32_ops": [
22
- "embedding",
23
- "nll_loss",
24
- "log_softmax",
25
- "cross_entropy"
26
- ]
27
  }
 
3
  "use_fused_clip_norm": true,
4
  "use_torch_autocast": true,
5
  "autocast_bf16_ops": [
6
+ "add",
7
+ "addmm",
8
+ "bmm",
9
+ "div",
10
+ "dropout",
11
+ "gelu",
12
+ "iadd",
13
+ "linear",
14
+ "layer_norm",
15
+ "matmul",
16
+ "mm",
17
+ "rsub",
18
+ "softmax",
19
+ "truediv"
20
+ ],
21
+ "autocast_fp32_ops": [
22
+ "embedding",
23
+ "nll_loss",
24
+ "log_softmax",
25
+ "cross_entropy"
26
+ ]
27
  }