hmellor commited on
Commit
e2be57b
1 Parent(s): ae2ee98

Update ipu_config.json

Browse files
Files changed (1) hide show
  1. ipu_config.json +5 -11
ipu_config.json CHANGED
@@ -1,19 +1,13 @@
1
  {
2
- "embedding_serialization_factor": 1,
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": 1,
10
- "inference_device_iterations": 1,
11
- "replication_factor": 1,
12
- "inference_replication_factor": 1,
13
  "gradient_accumulation_steps": 16,
14
  "executable_cache_dir": "./exe_cache",
15
-
16
- "ipus_per_replica": 2,
17
- "layers_per_ipu": [-1],
18
- "matmul_proportion": 0.6
19
- }
 
1
  {
 
 
2
  "optimizer_state_offchip": true,
3
  "replicated_tensor_sharding": true,
4
  "enable_half_first_order_momentum": true,
5
  "enable_half_partials": true,
6
 
 
 
 
 
7
  "gradient_accumulation_steps": 16,
8
  "executable_cache_dir": "./exe_cache",
9
+
10
+ "layers_per_ipu": [4, 4],
11
+ "matmul_proportion": 0.6,
12
+ "projection_serialization_factor": 4
13
+ }