jimypbr commited on
Commit
83a778e
1 Parent(s): d385ed1

Create ipu_config.json

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