Graphcore
t5-small-ipu / ipu_config.json
jimypbr's picture
Create ipu_config.json
bc5cfc1
raw
history blame
1.29 kB
{
"embedding_serialization_factor": 2,
"recompute_checkpoint_every_layer": true,
"optimizer_state_offchip": true,
"replicated_tensor_sharding": true,
"enable_half_first_order_momentum": true,
"enable_half_partials": true,
"device_iterations": 1,
"inference_device_iterations": 5,
"replication_factor": 4,
"inference_replication_factor": 4,
"gradient_accumulation_steps": 512,
"executable_cache_dir": "./exe_cache",
"ipus_per_replica": 4,
"layers_per_ipu": [0, 4, 4, 4],
"matmul_proportion": [0.25, 0.20, 0.20, 0.25]
}