jwieczorekhabana commited on
Commit
4627256
1 Parent(s): bb9159d

Remove hmp from gaudi_config.json and README

Browse files
Files changed (1) hide show
  1. gaudi_config.json +0 -19
gaudi_config.json CHANGED
@@ -1,23 +1,4 @@
1
  {
2
- "use_habana_mixed_precision": true,
3
- "hmp_is_verbose": false,
4
  "use_fused_adam": true,
5
  "use_fused_clip_norm": true,
6
- "hmp_bf16_ops": [
7
- "addmm",
8
- "iadd",
9
- "linear",
10
- "matmul",
11
- "mm",
12
- "mv",
13
- "conv1d",
14
- "conv2d",
15
- "instance_norm"
16
- ],
17
- "hmp_fp32_ops": [
18
- "embedding",
19
- "nll_loss",
20
- "log_softmax",
21
- "cross_entropy"
22
- ]
23
  }
1
  {
 
 
2
  "use_fused_adam": true,
3
  "use_fused_clip_norm": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }