Commit
•
7620dcf
1
Parent(s):
7528da2
Update ipu_config.json
Browse files- ipu_config.json +1 -0
ipu_config.json
CHANGED
@@ -12,6 +12,7 @@
|
|
12 |
"inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
|
13 |
"gradient_accumulation_steps": 8,
|
14 |
"executable_cache_dir": "./exe_cache",
|
|
|
15 |
|
16 |
"ipus_per_replica": 4,
|
17 |
"matmul_proportion": [0.25]
|
|
|
12 |
"inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
|
13 |
"gradient_accumulation_steps": 8,
|
14 |
"executable_cache_dir": "./exe_cache",
|
15 |
+
"layers_per_ipu": [0, 7, 7, 5],
|
16 |
|
17 |
"ipus_per_replica": 4,
|
18 |
"matmul_proportion": [0.25]
|