Graphcore
hmellor HF Staff commited on
Commit
c47566d
·
1 Parent(s): a0404fd

Update ipu_config.json

Browse files
Files changed (1) hide show
  1. ipu_config.json +2 -2
ipu_config.json CHANGED
@@ -4,6 +4,6 @@
4
  "inference_replication_factor": {"pod16": 1, "pod32": 2, "pod64": 4, "default": 1},
5
  "executable_cache_dir": "./exe_cache",
6
 
7
- "layers_per_ipu": [2, 4, 3, 3, 3, 3, 3, 3, 2, 4, 3, 3, 3, 3, 3, 3],
8
- "matmul_proportion": [0.1, 0.05, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.05, 0.05, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2]
9
  }
 
4
  "inference_replication_factor": {"pod16": 1, "pod32": 2, "pod64": 4, "default": 1},
5
  "executable_cache_dir": "./exe_cache",
6
 
7
+ "inference_layers_per_ipu": [2, 4, 3, 3, 3, 3, 3, 3, 2, 4, 3, 3, 3, 3, 3, 3],
8
+ "inference_matmul_proportion": [0.1, 0.05, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.05, 0.05, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2]
9
  }