Removes unsupported (deprecated and unused) IPUConfig params from older configs (these will raise an error in latest build of Optimum Graphcore)
Browse files- ipu_config.json +1 -3
ipu_config.json
CHANGED
@@ -18,10 +18,8 @@
|
|
18 |
"optimizer_state_offchip": false,
|
19 |
"optimum_version": "0.1.2",
|
20 |
"output_mode": "final",
|
21 |
-
"profile_dir": "",
|
22 |
"recompute_checkpoint_every_layer": true,
|
23 |
"replicated_tensor_sharding": true,
|
24 |
"replication_factor": 4,
|
25 |
-
"seed": 42
|
26 |
-
"use_popdist": false
|
27 |
}
|
|
|
18 |
"optimizer_state_offchip": false,
|
19 |
"optimum_version": "0.1.2",
|
20 |
"output_mode": "final",
|
|
|
21 |
"recompute_checkpoint_every_layer": true,
|
22 |
"replicated_tensor_sharding": true,
|
23 |
"replication_factor": 4,
|
24 |
+
"seed": 42
|
|
|
25 |
}
|