katalinic arsalanu commited on
Commit
4bf8fd8
1 Parent(s): 3eb3ca0

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) (bdc9abcaa1566fdad162b65f067438a19daf184b)


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
@@ -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
  }