Update ipu_config.json
Browse files- ipu_config.json +2 -1
ipu_config.json
CHANGED
@@ -6,12 +6,13 @@
|
|
6 |
"enable_half_first_order_momentum": true,
|
7 |
"enable_half_partials": true,
|
8 |
|
9 |
-
"device_iterations":
|
10 |
"inference_device_iterations": 1,
|
11 |
"replication_factor": 1,
|
12 |
"inference_replication_factor": 1,
|
13 |
"gradient_accumulation_steps": 16,
|
14 |
"executable_cache_dir": "./exe_cache",
|
|
|
15 |
|
16 |
"ipus_per_replica": 2,
|
17 |
"layers_per_ipu": [0, 4],
|
|
|
6 |
"enable_half_first_order_momentum": true,
|
7 |
"enable_half_partials": true,
|
8 |
|
9 |
+
"device_iterations": 2,
|
10 |
"inference_device_iterations": 1,
|
11 |
"replication_factor": 1,
|
12 |
"inference_replication_factor": 1,
|
13 |
"gradient_accumulation_steps": 16,
|
14 |
"executable_cache_dir": "./exe_cache",
|
15 |
+
"sharded_execution_for_inference": true,
|
16 |
|
17 |
"ipus_per_replica": 2,
|
18 |
"layers_per_ipu": [0, 4],
|