Update ipu_config.json
Browse files- ipu_config.json +3 -4
ipu_config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"embedding_serialization_factor": 3,
|
4 |
"recompute_checkpoint_every_layer": true,
|
5 |
"optimizer_state_offchip": true,
|
6 |
"replicated_tensor_sharding": true,
|
@@ -8,10 +7,10 @@
|
|
8 |
"enable_half_partials": true,
|
9 |
|
10 |
"device_iterations": 4,
|
11 |
-
"inference_device_iterations": 4,
|
12 |
"replication_factor": 4,
|
13 |
-
"inference_replication_factor": 4,
|
14 |
"gradient_accumulation_steps": 32,
|
|
|
|
|
15 |
"executable_cache_dir": "./exe_cache",
|
16 |
|
17 |
"ipus_per_replica": 4,
|
|
|
1 |
{
|
2 |
+
"embedding_serialization_factor": 1,
|
|
|
3 |
"recompute_checkpoint_every_layer": true,
|
4 |
"optimizer_state_offchip": true,
|
5 |
"replicated_tensor_sharding": true,
|
|
|
7 |
"enable_half_partials": true,
|
8 |
|
9 |
"device_iterations": 4,
|
|
|
10 |
"replication_factor": 4,
|
|
|
11 |
"gradient_accumulation_steps": 32,
|
12 |
+
"inference_device_iterations": 4,
|
13 |
+
"inference_replication_factor": 4,
|
14 |
"executable_cache_dir": "./exe_cache",
|
15 |
|
16 |
"ipus_per_replica": 4,
|