jimypbr commited on
Commit
869178e
1 Parent(s): 7e6e58d

Create ipu_config.json

Browse files
Files changed (1) hide show
  1. ipu_config.json +17 -0
ipu_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embedding_serialization_factor": 2,
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": 4,
10
+ "gradient_accumulation_steps": 16,
11
+ "device_iterations": 1,
12
+ "executable_cache_dir": "./exe_cache",
13
+
14
+ "ipus_per_replica": 4,
15
+ "layers_per_ipu": [3, 7, 7, 7],
16
+ "matmul_proportion": [0.15, 0.18, 0.20, 0.25]
17
+ }