Transformers
PyTorch
Graphcore
bert
generated_from_trainer
Inference Endpoints
arsalanu commited on
Commit
2df268e
1 Parent(s): 3c0d716

Removes unsupported (deprecated and unused) IPUConfig params from older configs (these will raise an error in latest build of Optimum Graphcore)

Browse files
Files changed (1) hide show
  1. 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": null,
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
  }