jimypbr commited on
Commit
85150d2
1 Parent(s): 3e32d45

Update ipu_config.json

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