Jinchen commited on
Commit
01ef8e1
1 Parent(s): 2f94365

Make CLM config default

Browse files
Files changed (1) hide show
  1. ipu_config.json +7 -7
ipu_config.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
- "embedding_serialization_factor": 0,
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
- "replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
10
  "device_iterations": 2,
11
- "inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
12
- "inference_device_iterations": 4,
13
  "gradient_accumulation_steps": 16,
14
  "executable_cache_dir": "./exe_cache",
15
 
16
- "ipus_per_replica": 4,
17
- "layers_per_ipu": [3, 7, 7, 7],
18
- "matmul_proportion": [0.15, 0.12, 0.15, 0.2]
19
  }
 
1
  {
2
+ "embedding_serialization_factor": 5,
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
+ "replication_factor": {"pod4": 0, "pod8": 1, "pod16": 2, "pod32": 4, "pod64": 8, "default": 1},
10
  "device_iterations": 2,
11
+ "inference_replication_factor": {"pod4": 0, "pod8": 1, "pod16": 2, "pod32": 4, "pod64": 8, "default": 1},
12
+ "inference_device_iterations": 9,
13
  "gradient_accumulation_steps": 16,
14
  "executable_cache_dir": "./exe_cache",
15
 
16
+ "ipus_per_replica": 8,
17
+ "layers_per_ipu": [0, 3, 3, 3, 3, 4, 4, 4],
18
+ "matmul_proportion": 0.25
19
  }