Update ipu_config.json
Browse files- ipu_config.json +3 -3
ipu_config.json
CHANGED
@@ -7,9 +7,9 @@
|
|
7 |
"enable_half_partials": true,
|
8 |
|
9 |
"device_iterations": 1,
|
10 |
-
"inference_device_iterations":
|
11 |
-
"replication_factor":
|
12 |
-
"inference_replication_factor":
|
13 |
"gradient_accumulation_steps": 16,
|
14 |
"executable_cache_dir": "./exe_cache",
|
15 |
|
|
|
7 |
"enable_half_partials": true,
|
8 |
|
9 |
"device_iterations": 1,
|
10 |
+
"inference_device_iterations": 1,
|
11 |
+
"replication_factor": 1,
|
12 |
+
"inference_replication_factor": 1,
|
13 |
"gradient_accumulation_steps": 16,
|
14 |
"executable_cache_dir": "./exe_cache",
|
15 |
|