Remove deprecated kwargs
Browse files- ipu_config.json +2 -3
ipu_config.json
CHANGED
@@ -2,16 +2,15 @@
|
|
2 |
"recompute_checkpoint_every_layer": true,
|
3 |
"optimizer_state_offchip": true,
|
4 |
"replicated_tensor_sharding": true,
|
5 |
-
"enable_half_first_order_momentum": true,
|
6 |
"enable_half_partials": true,
|
7 |
|
8 |
-
"replication_factor":
|
9 |
"gradient_accumulation_steps": 512,
|
10 |
"device_iterations": 1,
|
11 |
"executable_cache_dir": "./exe_cache",
|
12 |
|
13 |
"inference_device_iterations": 4,
|
14 |
-
"inference_replication_factor":
|
15 |
"ipus_per_replica": 4,
|
16 |
"layers_per_ipu": [0, 4, 4, 4],
|
17 |
"matmul_proportion": [0.25, 0.25, 0.25, 0.25]
|
|
|
2 |
"recompute_checkpoint_every_layer": true,
|
3 |
"optimizer_state_offchip": true,
|
4 |
"replicated_tensor_sharding": true,
|
|
|
5 |
"enable_half_partials": true,
|
6 |
|
7 |
+
"replication_factor": 1,
|
8 |
"gradient_accumulation_steps": 512,
|
9 |
"device_iterations": 1,
|
10 |
"executable_cache_dir": "./exe_cache",
|
11 |
|
12 |
"inference_device_iterations": 4,
|
13 |
+
"inference_replication_factor": 1,
|
14 |
"ipus_per_replica": 4,
|
15 |
"layers_per_ipu": [0, 4, 4, 4],
|
16 |
"matmul_proportion": [0.25, 0.25, 0.25, 0.25]
|