regisss HF staff jwieczorekhabana commited on
Commit
ad060e7
1 Parent(s): fe62ed5

Remove hmp from gaudi_config.json and README (#1)

Browse files

- Rename gaudi_config.json to README (af18b802a9c213429a8f81570c07aeccf1be9373)
- Rename README to gaudi_config.json (0bbbe0f37e8b1b38bd91a9b80548c0fa4a480353)
- Update gaudi_config.json (57dd552fcea1ca5e00325586bef768c1c41b6e03)
- Update gaudi_config.json (6c442703b02beca48d3637594744452d4bec0c13)


Co-authored-by: Jan Wieczorek <jwieczorekhabana@users.noreply.huggingface.co>

Files changed (1) hide show
  1. gaudi_config.json +1 -23
gaudi_config.json CHANGED
@@ -1,27 +1,5 @@
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
+ "use_torch_autocast": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  }