Transformers
PyTorch
Graphcore
English
groupbert
generated_from_trainer
Inference Endpoints
katalinic commited on
Commit
9c7c5f7
1 Parent(s): 633cd44

Remove pod type references

Browse files
Files changed (1) hide show
  1. ipu_config.json +2 -2
ipu_config.json CHANGED
@@ -6,7 +6,7 @@
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},
10
  "ipus_per_replica": 4,
11
  "layers_per_ipu": [
12
  0,
@@ -20,6 +20,6 @@
20
  "output_mode": "final",
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
  }
6
  "executable_cache_dir": "./exe_cache",
7
  "gradient_accumulation_steps": 2048,
8
  "inference_device_iterations": 5,
9
+ "inference_replication_factor": 1,
10
  "ipus_per_replica": 4,
11
  "layers_per_ipu": [
12
  0,
20
  "output_mode": "final",
21
  "recompute_checkpoint_every_layer": true,
22
  "replicated_tensor_sharding": true,
23
+ "replication_factor": 1,
24
  "seed": 42
25
  }