Transformers
PyTorch
Graphcore
English
groupbert
generated_from_trainer
Inference Endpoints
katalinic arsalanu commited on
Commit
1cdd41e
1 Parent(s): 53c599f

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

Browse files

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


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

Files changed (1) hide show
  1. ipu_config.json +1 -4
ipu_config.json CHANGED
@@ -4,7 +4,6 @@
4
  "embedding_serialization_factor": 2,
5
  "enable_half_partials": true,
6
  "executable_cache_dir": "./exe_cache",
7
- "execute_encoder_on_cpu_for_generation": false,
8
  "gradient_accumulation_steps": 2048,
9
  "inference_device_iterations": 5,
10
  "inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 4},
@@ -22,7 +21,5 @@
22
  "recompute_checkpoint_every_layer": true,
23
  "replicated_tensor_sharding": true,
24
  "replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 4},
25
- "seed": 42,
26
- "sharded_execution_for_inference": false,
27
- "transformers_version": "4.20.1"
28
  }
4
  "embedding_serialization_factor": 2,
5
  "enable_half_partials": true,
6
  "executable_cache_dir": "./exe_cache",
 
7
  "gradient_accumulation_steps": 2048,
8
  "inference_device_iterations": 5,
9
  "inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 4},
21
  "recompute_checkpoint_every_layer": true,
22
  "replicated_tensor_sharding": true,
23
  "replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 4},
24
+ "seed": 42
 
 
25
  }