katalinic commited on
Commit
3216197
1 Parent(s): 792b5fa

Remove deprecated kwargs

Browse files
Files changed (1) hide show
  1. ipu_config.json +2 -3
ipu_config.json CHANGED
@@ -3,12 +3,11 @@
3
  "recompute_checkpoint_every_layer": false,
4
  "optimizer_state_offchip": false,
5
  "replicated_tensor_sharding": true,
6
- "enable_half_first_order_momentum": true,
7
  "enable_half_partials": true,
8
  "device_iterations": 1,
9
  "inference_device_iterations": 4,
10
- "replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
11
- "inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
12
  "gradient_accumulation_steps": 32,
13
  "executable_cache_dir": "./exe_cache",
14
  "ipus_per_replica": 4,
3
  "recompute_checkpoint_every_layer": false,
4
  "optimizer_state_offchip": false,
5
  "replicated_tensor_sharding": true,
 
6
  "enable_half_partials": true,
7
  "device_iterations": 1,
8
  "inference_device_iterations": 4,
9
+ "replication_factor": 1,
10
+ "inference_replication_factor": 1,
11
  "gradient_accumulation_steps": 32,
12
  "executable_cache_dir": "./exe_cache",
13
  "ipus_per_replica": 4,