internal-testing-tiny-ipu / ipu_config.json
mwizakunda's picture
Remove redundant list from matmul_proportion
5fd7d57
raw
history blame
566 Bytes
{
"embedding_serialization_factor": 5,
"recompute_checkpoint_every_layer": true,
"optimizer_state_offchip": false,
"replicated_tensor_sharding": true,
"enable_half_first_order_momentum": true,
"enable_half_partials": true,
"device_iterations": 2,
"inference_device_iterations": 1,
"replication_factor": 1,
"inference_replication_factor": 1,
"gradient_accumulation_steps": 16,
"executable_cache_dir": "./exe_cache",
"sharded_execution_for_inference": true,
"ipus_per_replica": 2,
"layers_per_ipu": [0, 4],
"matmul_proportion": 0.25
}