Remove deprecated kwargs
Browse files- ipu_config.json +0 -2
ipu_config.json
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
"recompute_checkpoint_every_layer": true,
|
4 |
"optimizer_state_offchip": false,
|
5 |
"replicated_tensor_sharding": true,
|
6 |
-
"enable_half_first_order_momentum": true,
|
7 |
"enable_half_partials": true,
|
8 |
|
9 |
"device_iterations": 2,
|
@@ -12,7 +11,6 @@
|
|
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],
|
|
|
3 |
"recompute_checkpoint_every_layer": true,
|
4 |
"optimizer_state_offchip": false,
|
5 |
"replicated_tensor_sharding": true,
|
|
|
6 |
"enable_half_partials": true,
|
7 |
|
8 |
"device_iterations": 2,
|
|
|
11 |
"inference_replication_factor": 1,
|
12 |
"gradient_accumulation_steps": 16,
|
13 |
"executable_cache_dir": "./exe_cache",
|
|
|
14 |
|
15 |
"ipus_per_replica": 2,
|
16 |
"layers_per_ipu": [0, 4],
|