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
@@ -23,10 +23,8 @@
|
|
23 |
"optimizer_state_offchip": true,
|
24 |
"optimum_version": "1.0.0",
|
25 |
"output_mode": "final",
|
26 |
-
"profile_dir": "",
|
27 |
"recompute_checkpoint_every_layer": true,
|
28 |
"replicated_tensor_sharding": true,
|
29 |
"replication_factor": 16,
|
30 |
-
"seed": 42
|
31 |
-
"use_popdist": false
|
32 |
}
|
|
|
23 |
"optimizer_state_offchip": true,
|
24 |
"optimum_version": "1.0.0",
|
25 |
"output_mode": "final",
|
|
|
26 |
"recompute_checkpoint_every_layer": true,
|
27 |
"replicated_tensor_sharding": true,
|
28 |
"replication_factor": 16,
|
29 |
+
"seed": 42
|
|
|
30 |
}
|