Update ipu_config.json
Browse files- ipu_config.json +2 -2
ipu_config.json
CHANGED
@@ -4,6 +4,6 @@
|
|
4 |
"inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
|
5 |
"executable_cache_dir": "./exe_cache",
|
6 |
|
7 |
-
"
|
8 |
-
"
|
9 |
}
|
|
|
4 |
"inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
|
5 |
"executable_cache_dir": "./exe_cache",
|
6 |
|
7 |
+
"inference_layers_per_ipu": [12, 12, 12, 12],
|
8 |
+
"inference_matmul_proportion": [0.05, 0.05, 0.2, 0.2]
|
9 |
}
|