Format JSON file
Browse files- 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 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
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 |
}
|