ncouro commited on
Commit
722fbc3
1 Parent(s): 839645e

Upload config

Browse files
Files changed (1) hide show
  1. ipu_config.json +40 -0
ipu_config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_loss_scaling": false,
3
+ "device_iterations": 1,
4
+ "embedding_serialization_factor": 1,
5
+ "enable_half_partials": true,
6
+ "executable_cache_dir": "",
7
+ "execute_encoder_on_cpu_for_generation": false,
8
+ "gradient_accumulation_steps": 1,
9
+ "inference_device_iterations": 1,
10
+ "inference_replication_factor": 1,
11
+ "ipus_per_replica": 16,
12
+ "layers_per_ipu": [
13
+ 0,
14
+ 4,
15
+ 4,
16
+ 4,
17
+ 4,
18
+ 4,
19
+ 4,
20
+ 4,
21
+ 4,
22
+ 4,
23
+ 4,
24
+ 4,
25
+ 4,
26
+ 4,
27
+ 4,
28
+ 4,
29
+ 4
30
+ ],
31
+ "matmul_proportion": 0.2,
32
+ "optimizer_state_offchip": true,
33
+ "optimum_version": "1.6.1",
34
+ "output_mode": "final",
35
+ "recompute_checkpoint_every_layer": false,
36
+ "replicated_tensor_sharding": false,
37
+ "replication_factor": 1,
38
+ "seed": null,
39
+ "transformers_version": "4.25.1"
40
+ }