katalinic commited on
Commit
a510e93
1 Parent(s): 198d5b9

Remove deprecated kwargs

Browse files
Files changed (1) hide show
  1. ipu_config.json +0 -3
ipu_config.json CHANGED
@@ -4,7 +4,6 @@
4
  "enable_half_first_order_momentum": true,
5
  "enable_half_partials": true,
6
  "executable_cache_dir": "./exe_cache",
7
- "execute_encoder_on_cpu_for_generation": false,
8
  "gradient_accumulation_steps": 16,
9
  "inference_device_iterations": 4,
10
  "inference_replication_factor": 4,
@@ -29,7 +28,5 @@
29
  "replicated_tensor_sharding": true,
30
  "replication_factor": 4,
31
  "seed": 0,
32
- "sharded_execution_for_inference": false,
33
  "transformers_version": "4.18.0",
34
- "use_popdist": false
35
  }
 
4
  "enable_half_first_order_momentum": true,
5
  "enable_half_partials": true,
6
  "executable_cache_dir": "./exe_cache",
 
7
  "gradient_accumulation_steps": 16,
8
  "inference_device_iterations": 4,
9
  "inference_replication_factor": 4,
 
28
  "replicated_tensor_sharding": true,
29
  "replication_factor": 4,
30
  "seed": 0,
 
31
  "transformers_version": "4.18.0",
 
32
  }