Make config for CLM default
Browse files- ipu_config.json +3 -3
ipu_config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"embedding_serialization_factor":
|
3 |
"recompute_checkpoint_every_layer": true,
|
4 |
-
"optimizer_state_offchip":
|
5 |
"replicated_tensor_sharding": true,
|
6 |
"enable_half_first_order_momentum": true,
|
7 |
"enable_half_partials": true,
|
8 |
|
9 |
"device_iterations": 2,
|
10 |
-
"inference_device_iterations":
|
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": 16,
|
|
|
1 |
{
|
2 |
+
"embedding_serialization_factor": 4,
|
3 |
"recompute_checkpoint_every_layer": true,
|
4 |
+
"optimizer_state_offchip": true,
|
5 |
"replicated_tensor_sharding": true,
|
6 |
"enable_half_first_order_momentum": true,
|
7 |
"enable_half_partials": true,
|
8 |
|
9 |
"device_iterations": 2,
|
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": 16,
|