regisss HF staff commited on
Commit
4152f30
1 Parent(s): fb67b34

Remove custom ops

Browse files
Files changed (1) hide show
  1. gaudi_config.json +1 -23
gaudi_config.json CHANGED
@@ -1,27 +1,5 @@
1
  {
2
  "use_fused_adam": true,
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
  }
 
1
  {
2
  "use_fused_adam": true,
3
  "use_fused_clip_norm": true,
4
+ "use_torch_autocast": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  }