Transformers
PyTorch
Graphcore
bert
generated_from_trainer
Inference Endpoints
katalinic arsalanu commited on
Commit
04c741b
1 Parent(s): a9c367b

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

Browse files

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


Co-authored-by: Arsalan Uddin <arsalanu@users.noreply.huggingface.co>

Files changed (1) hide show
  1. 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
  }