jimypbr commited on
Commit
9be45a4
1 Parent(s): 5d5f186

Create ipu_config.json

Browse files
Files changed (1) hide show
  1. ipu_config.json +22 -0
ipu_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "async_dataloader": true,
3
+ "embedding_serialization_factor": 1,
4
+ "recompute_checkpoint_every_layer": true,
5
+ "optimizer_state_offchip": false,
6
+ "replicated_tensor_sharding": true,
7
+ "enable_half_first_order_momentum": true,
8
+ "enable_half_partials": true,
9
+
10
+ "device_iterations": 2,
11
+ "inference_device_iterations": 4,
12
+ "replication_factor": 4,
13
+ "inference_replication_factor": 4,
14
+ "gradient_accumulation_steps": 16,
15
+ "executable_cache_dir": "./exe_cache",
16
+
17
+ "ipus_per_replica": 4,
18
+ "layers_per_ipu": [0, 4, 4, 4],
19
+ "matmul_proportion": [0.25],
20
+
21
+ "seed": 1984
22
+ }