Update ipu_config.json
Browse files- ipu_config.json +2 -2
ipu_config.json
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
|
9 |
"device_iterations": 1,
|
10 |
"inference_device_iterations": 5,
|
11 |
-
"replication_factor": 4,
|
12 |
-
"inference_replication_factor": 4,
|
13 |
"gradient_accumulation_steps": 512,
|
14 |
"executable_cache_dir": "./exe_cache",
|
15 |
|
|
|
8 |
|
9 |
"device_iterations": 1,
|
10 |
"inference_device_iterations": 5,
|
11 |
+
"replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
|
12 |
+
"inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
|
13 |
"gradient_accumulation_steps": 512,
|
14 |
"executable_cache_dir": "./exe_cache",
|
15 |
|