Graphcore
katalinic commited on
Commit
cd7783a
·
1 Parent(s): 5a2c569

Add ipu config

Browse files
Files changed (1) hide show
  1. ipu_config.json +22 -0
ipu_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decompose_grad_sum": false,
3
+ "device_iterations": 16,
4
+ "embedding_serialization_factor": 1,
5
+ "enable_half_first_order_momentum": true,
6
+ "enable_half_partials": false,
7
+ "executable_cache_dir": "./exe_cache",
8
+ "execute_encoder_on_cpu_for_generation": false,
9
+ "gradient_accumulation_steps": 8,
10
+ "inference_device_iterations": 4,
11
+ "inference_replication_factor": {"pod4": 4, "pod8": 8, "pod16": 16, "pod32": 32, "pod64": 64, "default": 4},
12
+ "ipus_per_replica": 1,
13
+ "layers_per_ipu": [6],
14
+ "optimizer_state_offchip": false,
15
+ "profile_dir": "",
16
+ "recompute_checkpoint_every_layer": false,
17
+ "replication_factor": {"pod4": 4, "pod8": 8, "pod16": 16, "pod32": 32, "pod64": 64, "default": 4},
18
+ "replicated_tensor_sharding": true,
19
+ "seed": 42,
20
+ "sharded_execution_for_inference": false,
21
+ "use_popdist": false
22
+ }