regisss HF staff olszd commited on
Commit
9f3e51a
1 Parent(s): b998c44

Remove deprecated Habana mixed precision from gaudi config (#1)

Browse files

- Remove deprecated Habana mixed precision from gaudi config (f58ee76f39ea09e752c52d99d1c70bb1f250af01)


Co-authored-by: Dominika Olszewska <olszd@users.noreply.huggingface.co>

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